Package net.md_5.bungee.api.plugin
Interface Cancellable
-
- All Known Implementing Classes:
ChatEvent
,ClientConnectEvent
,ConnectionInitEvent
,LoginEvent
,PluginMessageEvent
,PreLoginEvent
,ServerConnectEvent
,ServerKickEvent
,TabCompleteEvent
,TabCompleteResponseEvent
public interface Cancellable
Events that implement this indicate that they may be cancelled and thus prevented from happening.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCancelled()
Get whether or not this event is cancelled.void
setCancelled(boolean cancel)
Sets the cancelled state of this event.
-