Package net.md_5.bungee.api.plugin
Class Event
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- Direct Known Subclasses:
AsyncEvent,ClientConnectEvent,PermissionCheckEvent,PlayerDisconnectEvent,PlayerHandshakeEvent,PostLoginEvent,ProxyExceptionEvent,ProxyQueryEvent,ProxyReloadEvent,ServerConnectedEvent,ServerConnectEvent,ServerDisconnectEvent,ServerKickEvent,ServerSwitchEvent,SettingsChangedEvent,TargetedEvent
public abstract class Event extends Object
Dummy class which all callable events must extend.
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancallEvent()Calls the event and tests if cancelled.voidpostCall()Method called after this event has been dispatched to all handlers.
-