Class WrapperLoginClientEncryptionBegin
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.login.serverbound.WrapperLoginClientEncryptionBegin
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperLoginClientEncryptionBegin
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Retrieves the value of field 'encryptedChallenge'byte[]
Retrieves the value of field 'keybytes'void
setEncryptedChallenge
(byte[] value) Sets the value of field 'encryptedChallenge'void
setKeyBytes
(byte[] value) Sets the value of field 'keybytes'Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPE
-
-
Constructor Details
-
WrapperLoginClientEncryptionBegin
public WrapperLoginClientEncryptionBegin() -
WrapperLoginClientEncryptionBegin
public WrapperLoginClientEncryptionBegin(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getKeyBytes
public byte[] getKeyBytes()Retrieves the value of field 'keybytes'- Returns:
- 'keybytes'
-
setKeyBytes
public void setKeyBytes(byte[] value) Sets the value of field 'keybytes'- Parameters:
value
- New value for field 'keybytes'
-
getEncryptedChallenge
public byte[] getEncryptedChallenge()Retrieves the value of field 'encryptedChallenge'- Returns:
- 'encryptedChallenge'
-
setEncryptedChallenge
public void setEncryptedChallenge(byte[] value) Sets the value of field 'encryptedChallenge'- Parameters:
value
- New value for field 'encryptedChallenge'
-