Class LoginPluginRequest
java.lang.Object
net.minestom.server.network.plugin.LoginPluginRequest
-
Constructor Summary
ConstructorDescriptionLoginPluginRequest
(String channel, @org.jetbrains.annotations.Nullable byte[] requestPayload) -
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.Nullable byte[]
-
Constructor Details
-
LoginPluginRequest
public LoginPluginRequest(String channel, @Nullable @org.jetbrains.annotations.Nullable byte[] requestPayload)
-
-
Method Details
-
getChannel
-
getRequestPayload
@Nullable public @org.jetbrains.annotations.Nullable byte[] getRequestPayload() -
getResponseFuture
-