Uses of Enum Class
com.velocitypowered.api.network.ProtocolState
Packages that use ProtocolState
Package
Description
Provides an interface to interact with the proxy at a low level.
-
Uses of ProtocolState in com.velocitypowered.api.network
Methods in com.velocitypowered.api.network that return ProtocolStateModifier and TypeMethodDescriptionstatic ProtocolState
Returns the enum constant of this class with the specified name.static ProtocolState[]
ProtocolState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProtocolState in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy that return ProtocolStateModifier and TypeMethodDescriptionInboundConnection.getProtocolState()
Returns the current protocol state of this connection.