Package com.velocitypowered.api.proxy
Interface LoginPhaseConnection.MessageConsumer
- Enclosing interface:
- LoginPhaseConnection
public static interface LoginPhaseConnection.MessageConsumer
Consumes the message.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMessageResponse
(byte @Nullable [] responseBody) Consumes the message and responds to it.
-
Method Details
-
onMessageResponse
void onMessageResponse(byte @Nullable [] responseBody) Consumes the message and responds to it.- Parameters:
responseBody
- the message from the client, if any
-