Uses of Interface
com.velocitypowered.api.proxy.InboundConnection
Packages that use InboundConnection
Package
Description
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.
-
Uses of InboundConnection in com.velocitypowered.api.event.connection
Methods in com.velocitypowered.api.event.connection that return InboundConnectionModifier and TypeMethodDescriptionConnectionHandshakeEvent.getConnection()
PreLoginEvent.getConnection()
Constructors in com.velocitypowered.api.event.connection with parameters of type InboundConnectionModifierConstructorDescriptionConnectionHandshakeEvent
(InboundConnection connection) Deprecated, for removal: This API element is subject to removal in a future version.ConnectionHandshakeEvent
(InboundConnection connection, HandshakeIntent intent) PreLoginEvent
(InboundConnection connection, String username) Deprecated.PreLoginEvent
(InboundConnection connection, String username, @Nullable UUID uuid) Creates a new instance. -
Uses of InboundConnection in com.velocitypowered.api.event.player
Methods in com.velocitypowered.api.event.player that return InboundConnectionConstructors in com.velocitypowered.api.event.player with parameters of type InboundConnectionModifierConstructorDescriptionGameProfileRequestEvent
(InboundConnection connection, GameProfile originalProfile, boolean onlineMode) Creates a new instance. -
Uses of InboundConnection in com.velocitypowered.api.event.proxy
Methods in com.velocitypowered.api.event.proxy that return InboundConnectionModifier and TypeMethodDescriptionProxyPingEvent.getConnection()
Obtain the connection to which the corresponding ServerPing will be sent.Constructors in com.velocitypowered.api.event.proxy with parameters of type InboundConnection -
Uses of InboundConnection in com.velocitypowered.api.proxy
Subinterfaces of InboundConnection in com.velocitypowered.api.proxyModifier and TypeInterfaceDescriptioninterface
Represents a connextion that is in the login phase.interface
Represents a player who is connected to the proxy.
ConnectionHandshakeEvent(InboundConnection, HandshakeIntent)