Package top.focess.qq.api.event
Interface Cancellable
-
- All Known Implementing Classes:
CommandPrepostEvent
public interface CancellableThis class indicates that the implemented event class is cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCancelled()Indicate this event is cancelledvoidsetCancelled(boolean cancelled)Set whether this event is cancelled or not
-