Class AbstractCancellablePlayerEvent
java.lang.Object
net.lucypoulton.squirtgun.platform.event.cancellable.AbstractCancellableEvent
net.lucypoulton.squirtgun.platform.event.player.AbstractCancellablePlayerEvent
- All Implemented Interfaces:
CancellableEvent,Event,PlayerEvent
- Direct Known Subclasses:
PlayerJoinEvent
public abstract class AbstractCancellablePlayerEvent
extends AbstractCancellableEvent
implements PlayerEvent
An abstract event, implementing
PlayerEvent.player() and CancellableEvent methods.-
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.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
-
AbstractCancellablePlayerEvent
-
-
Method Details
-
player
- Specified by:
playerin interfacePlayerEvent
-