Package com.velocitypowered.api.event
Interface Event
-
- All Known Subinterfaces:
CommandExecuteEvent,ConnectionHandshakeEvent,DisconnectEvent,GameProfileRequestEvent,KickedFromServerEvent,ListenerBoundEvent,ListenerClosedEvent,LoginEvent,PermissionsSetupEvent,PlayerAvailableCommandsEvent,PlayerChannelRegisterEvent,PlayerChatEvent,PlayerChooseInitialServerEvent,PlayerClientSettingsChangedEvent,PlayerModInfoEvent,PlayerResourcePackStatusEvent,PluginMessageEvent,PostLoginEvent,PreLoginEvent,ProxyInitializeEvent,ProxyPingEvent,ProxyQueryEvent,ProxyReloadEvent,ProxyShutdownEvent,ResultedEvent<R>,ServerConnectedEvent,ServerPostConnectEvent,ServerPreConnectEvent,TabCompleteEvent
- All Known Implementing Classes:
CommandExecuteEventImpl,ConnectionHandshakeEventImpl,DisconnectEventImpl,GameProfileRequestEventImpl,KickedFromServerEventImpl,ListenerBoundEventImpl,ListenerClosedEventImpl,LoginEventImpl,PermissionsSetupEventImpl,PlayerAvailableCommandsEventImpl,PlayerChannelRegisterEventImpl,PlayerChatEventImpl,PlayerChooseInitialServerEventImpl,PlayerClientSettingsChangedEventImpl,PlayerModInfoEventImpl,PlayerResourcePackStatusEventImpl,PluginMessageEventImpl,PostLoginEventImpl,PreLoginEventImpl,ProxyInitializeEventImpl,ProxyPingEventImpl,ProxyQueryEventImpl,ProxyReloadEventImpl,ProxyShutdownEventImpl,ServerConnectedEventImpl,ServerPostConnectEventImpl,ServerPreConnectEventImpl,TabCompleteEventImpl
public interface EventBase class for all events in the Velocity API. This interface primarily exists to mark which classes are events in the API.