Package devs.beer.nativepackets.api
Interface LoginHelloResponsePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound login encryption request.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidauthenticate(boolean authenticate) byte[]voidchallenge(byte[] challenge) byte[]voidpublicKey(byte[] publicKey) serverId()voidMethods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
serverId
String serverId() -
serverId
-
publicKey
byte[] publicKey() -
publicKey
void publicKey(byte[] publicKey) -
challenge
byte[] challenge() -
challenge
void challenge(byte[] challenge) -
authenticate
boolean authenticate() -
authenticate
void authenticate(boolean authenticate)
-