Package net.md_5.bungee.api.event
Class ClientConnectEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- net.md_5.bungee.api.event.ClientConnectEvent
-
- All Implemented Interfaces:
Cancellable
public class ClientConnectEvent extends Event implements Cancellable
Event called to represent an initial client connection.
Note: This event is called at an early stage of every connection, handling should be fast.
-
-
Constructor Summary
Constructors Constructor Description ClientConnectEvent()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.md_5.bungee.api.plugin.Cancellable
isCancelled, setCancelled
-
-