Package com.velocitypowered.api.proxy
Interface LoginPhaseConnection.MessageConsumer
-
- Enclosing interface:
- LoginPhaseConnection
public static interface LoginPhaseConnection.MessageConsumerConsumes the message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMessageResponse(byte @Nullable [] responseBody)Consumes the message and responds to it.
-