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 CancellableEvents 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 booleanisCancelled()Get whether or not this event is cancelled.voidsetCancelled(boolean cancel)Sets the cancelled state of this event.
-