Uses of Package
com.velocitypowered.api.event.annotation
Packages that use com.velocitypowered.api.event.annotation
Package
Description
Provides events for handling incoming connections to the proxy and logins.
Provides events to handle setting up permissions for permission subjects.
Provides events for handling actions performed by players.
Provides events for handling the lifecycle of the proxy.
Provides events for handling GS4 queries.
-
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.commandClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. -
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.connectionClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. -
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.permissionClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. -
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.playerClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. -
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.player.configurationClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. -
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.proxyClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it. -
Classes in com.velocitypowered.api.event.annotation used by com.velocitypowered.api.event.queryClassDescriptionMarks an event as an event the proxy will wait on to completely fire (including any
EventTask
s) before continuing handling it.