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.btcvelocity.api.event.connection
Methods in com.btcvelocity.api.event.connection that return HandshakeIntentModifier and TypeMethodDescription@Nullable HandshakeIntentConnectionEstablishEvent.getIntention()Gets the handshake intention of the client.Constructors in com.btcvelocity.api.event.connection with parameters of type HandshakeIntentModifierConstructorDescriptionConnectionEstablishEvent(@NonNull InboundConnection connection, @Nullable HandshakeIntent intention) Constructs a newConnectionEstablishEvent. -
Uses of HandshakeIntent in com.velocitypowered.api.event.connection
Methods in com.velocitypowered.api.event.connection that return HandshakeIntentModifier and TypeMethodDescriptionConnectionHandshakeEvent.getIntent()Returns theHandshakeIntentassociated with this connection handshake.@Nullable HandshakeIntentConnectionEstablishEvent.getIntention()Gets the handshake intention of the client.Constructors in com.velocitypowered.api.event.connection with parameters of type HandshakeIntentModifierConstructorDescriptionConnectionEstablishEvent(@NonNull InboundConnection connection, @Nullable HandshakeIntent intention) Constructs a newConnectionEstablishEvent.ConnectionHandshakeEvent(InboundConnection connection, HandshakeIntent intent) Constructs a newConnectionHandshakeEvent. -
Uses of HandshakeIntent in com.velocitypowered.api.network
Methods in com.velocitypowered.api.network that return HandshakeIntentModifier and TypeMethodDescriptionstatic HandshakeIntentHandshakeIntent.getById(int id) Get the HandshakeIntent by ID.static HandshakeIntentReturns 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.