Uses of Interface
com.velocitypowered.api.proxy.LoginPhaseConnection.MessageConsumer
Packages that use LoginPhaseConnection.MessageConsumer
Package
Description
Provides an interface to interact with the proxy at a low level.
-
Uses of LoginPhaseConnection.MessageConsumer in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy with parameters of type LoginPhaseConnection.MessageConsumerModifier and TypeMethodDescriptionvoid
LoginPhaseConnection.sendLoginPluginMessage
(ChannelIdentifier identifier, byte[] contents, LoginPhaseConnection.MessageConsumer consumer) Sends a login plugin message to the client, and provides a consumer to react to the response to the client.