Package com.velocitypowered.api.proxy
Provides an interface to interact with the proxy at a low level.
-
Interface Summary Interface Description ConnectionRequestBuilder Provides a fluent interface to send a connection request to another server on the proxy.ConnectionRequestBuilder.Result Represents the result of a connection request.ConsoleCommandSource Indicates that the executor of the command is the console.InboundConnection Represents an incoming connection to the proxy.Player Represents a player who is connected to the proxy.ProxyServer Provides an interface to a Minecraft server proxy.ServerConnection Represents a connection to a backend server from the proxy for a client. -
Enum Summary Enum Description ConnectionRequestBuilder.Status Represents the status of a connection request initiated by aConnectionRequestBuilder
.