Uses of Enum Class
com.velocitypowered.api.network.HandshakeIntent
Packages that use HandshakeIntent
Package
Description
Provides events for handling incoming connections to the proxy and logins.
Provides an interface to interact with the proxy at a low level.
-
Uses of HandshakeIntent in com.velocitypowered.api.event.connection
Methods in com.velocitypowered.api.event.connection that return HandshakeIntentConstructors in com.velocitypowered.api.event.connection with parameters of type HandshakeIntentModifierConstructorDescriptionConnectionHandshakeEvent
(InboundConnection connection, HandshakeIntent intent) -
Uses of HandshakeIntent in com.velocitypowered.api.network
Methods in com.velocitypowered.api.network that return HandshakeIntentModifier and TypeMethodDescriptionstatic HandshakeIntent
HandshakeIntent.getById
(int id) Obtain the HandshakeIntent by ID.static HandshakeIntent
Returns the enum constant of this class with the specified name.static HandshakeIntent[]
HandshakeIntent.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HandshakeIntent in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy that return HandshakeIntentModifier and TypeMethodDescriptionInboundConnection.getHandshakeIntent()
Returns the initial intent for the connection.