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 booleanisCancelled()Whether this event is canceled.voidsetCancelled(boolean cancelled)Allows you to cancel or un-cancel this event
-