Package pers.neige.neigeitems.event
Class CancellableEvent
-
- All Implemented Interfaces:
-
org.bukkit.event.Cancellable
public class CancellableEvent extends BasicEvent implements Cancellable
-
-
Constructor Summary
Constructors Constructor Description CancellableEvent()
-
Method Summary
Modifier and Type Method Description HandlerList
getHandlers()
static HandlerList
getHandlerList()
boolean
call()
boolean
isCancelled()
void
setCancelled(boolean cancelled)
-
-
Method Detail
-
getHandlers
@NonNull() HandlerList getHandlers()
-
getHandlerList
@NonNull() static HandlerList getHandlerList()
-
call
boolean call()
-
isCancelled
boolean isCancelled()
-
setCancelled
void setCancelled(boolean cancelled)
-
-
-
-