Class LoginPluginResponse
java.lang.Object
net.minestom.server.network.plugin.LoginPluginResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic LoginPluginResponse
fromPayload
(String channel, byte[] payload) byte[]
boolean
-
Method Details
-
getChannel
-
isUnderstood
public boolean isUnderstood() -
getPayload
public byte[] getPayload() -
fromPayload
-