Uses of Enum Class
com.velocitypowered.api.event.PostOrder
Packages that use PostOrder
Package
Description
Provides core support for handling events with Velocity.
-
Uses of PostOrder in com.velocitypowered.api.event
Methods in com.velocitypowered.api.event that return PostOrderModifier and TypeMethodDescriptionstatic PostOrder
Returns the enum constant of this class with the specified name.static PostOrder[]
PostOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.velocitypowered.api.event with parameters of type PostOrderModifier and TypeMethodDescription<E> void
EventManager.register
(Object plugin, Class<E> eventClass, PostOrder postOrder, EventHandler<E> handler) Deprecated.
EventManager.register(Object, Class, short, EventHandler)
instead