public class CancelledKothEvent extends KothEvent implements org.bukkit.event.Cancellable
| Constructor and Description |
|---|
CancelledKothEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCancelled() |
void |
setCancelled(boolean cancelled) |
callEvent, getHandlerList, getHandlerspublic boolean isCancelled()
isCancelled in interface org.bukkit.event.Cancellablepublic void setCancelled(boolean cancelled)
setCancelled in interface org.bukkit.event.Cancellablecancelled - the cancelled to set