Class PlayerJoinEvent
java.lang.Object
net.lucypoulton.squirtgun.platform.event.cancellable.AbstractCancellableEvent
net.lucypoulton.squirtgun.platform.event.player.AbstractCancellablePlayerEvent
net.lucypoulton.squirtgun.platform.event.player.PlayerJoinEvent
- All Implemented Interfaces:
CancellableEvent,Event,PlayerEvent
An event called when a player joins the server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.lucypoulton.squirtgun.platform.event.Event
Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.lucypoulton.squirtgun.platform.event.player.AbstractCancellablePlayerEvent
playerMethods inherited from class net.lucypoulton.squirtgun.platform.event.cancellable.AbstractCancellableEvent
cancel, isCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.lucypoulton.squirtgun.platform.event.cancellable.CancellableEvent
willContinue
-
Constructor Details
-
PlayerJoinEvent
-