Class EventAddChat

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.core.event.type.EventCancellable
org.rusherhack.client.api.events.client.chat.EventAddChat
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable

public class EventAddChat extends org.rusherhack.core.event.type.EventCancellable
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventAddChat(net.minecraft.network.chat.Component chatComponent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.chat.Component
     
    void
    setChatComponent(net.minecraft.network.chat.Component chatComponent)
     

    Methods inherited from class org.rusherhack.core.event.type.EventCancellable

    isCancelled, setCancelled

    Methods inherited from class org.rusherhack.core.event.type.Event

    getPreferredStage, getStage, setStage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventAddChat

      public EventAddChat(net.minecraft.network.chat.Component chatComponent)
  • Method Details

    • getChatComponent

      public net.minecraft.network.chat.Component getChatComponent()
    • setChatComponent

      public void setChatComponent(net.minecraft.network.chat.Component chatComponent)