Package net.md_5.bungee.api.plugin
Class Event
java.lang.Object
net.md_5.bungee.api.plugin.Event
- Direct Known Subclasses:
AsyncEvent,ClientConnectEvent,CustomClickEvent,PermissionCheckEvent,PlayerDisconnectEvent,PlayerHandshakeEvent,ProxyReloadEvent,ServerConnectedEvent,ServerConnectEvent,ServerDisconnectEvent,ServerKickEvent,ServerSwitchEvent,SettingsChangedEvent,TargetedEvent
Dummy class which all callable events must extend.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostCall()Method called after this event has been dispatched to all handlers.
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
postCall
public void postCall()Method called after this event has been dispatched to all handlers.
-