Class ClientConnectEvent


public class ClientConnectEvent extends ClientEvent
This event is called whenever a client is successfully connected, or a player switched to this server with the web client open
  • Constructor Details

    • ClientConnectEvent

      public ClientConnectEvent(Client client)
      Create a new client connect event, representing a client that has connected to the web client
      Parameters:
      client - the client that this event is about