Uses of Package
com.velocitypowered.api.event
Packages that use com.velocitypowered.api.event
Package
Description
Provides core support for handling events with Velocity.
Provides events for handling incoming connections to the proxy and logins.
Provides events for handling actions performed by players.
Provides events for handling the lifecycle of the proxy.
Provides an interface to interact with the proxy at a low level.
-
Classes in com.velocitypowered.api.event used by com.velocitypowered.api.eventClassDescriptionRepresents a continuation of a paused event handler.Represents an interface to perform direct dispatch of an event.Represents a task that can be returned by a
EventHandler
which allows event handling to be suspended and resumed at a later time, and executing event handlers completely or partially asynchronously.Represents the order an event will be posted to a listener method, relative to other listeners.Represents an "allowed/denied" result with a reason allowed for denial.A generic "allowed/denied" result.Represents a result for an event. -
Classes in com.velocitypowered.api.event used by com.velocitypowered.api.event.commandClassDescriptionIndicates an event that has a result attached to it.Represents a result for an event.
-
Classes in com.velocitypowered.api.event used by com.velocitypowered.api.event.connectionClassDescriptionIndicates an event that has a result attached to it.Represents an "allowed/denied" result with a reason allowed for denial.Represents a result for an event.
-
Classes in com.velocitypowered.api.event used by com.velocitypowered.api.event.playerClassDescriptionIndicates an event that has a result attached to it.A generic "allowed/denied" result.Represents a result for an event.
-
Classes in com.velocitypowered.api.event used by com.velocitypowered.api.event.proxyClassDescriptionIndicates an event that has a result attached to it.A generic "allowed/denied" result.
-
Classes in com.velocitypowered.api.event used by com.velocitypowered.api.proxyClassDescriptionAllows plugins to register and deregister listeners for event handlers.