Class ClientHandlerEvent

java.lang.Object
me.remigio07.chatplugin.api.proxy.event.socket.ClientHandlerEvent
All Implemented Interfaces:
ChatPluginEvent
Direct Known Subclasses:
ClientConnectionEvent, ClientDisconnectionEvent, ServerReceivePacketEvent

public abstract class ClientHandlerEvent extends Object implements ChatPluginEvent
Represents a ClientHandler-related event.
  • Method Details

    • getClientHandler

      public ClientHandler getClientHandler()
      Gets the client handler involved with this event.
      Returns:
      Client handler involved