Package us.ajg0702.queue.api.events
Interface Cancellable
-
- All Known Implementing Classes:
AutoQueueOnKickEvent
,PreConnectEvent
,PreQueueEvent
public interface Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCancelled()
Whether this event is canceled.void
setCancelled(boolean cancelled)
Allows you to cancel or un-cancel this event
-