Package org.geysermc.event
Interface Cancellable
-
- All Known Implementing Classes:
AbstractCancellable
public interface CancellableRepresents a cancellable event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCancelled()Gets if the event is cancelled.voidsetCancelled(boolean cancelled)Cancels the event.
-