Class WrapperLoginClientEncryptionBegin

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.login.serverbound.WrapperLoginClientEncryptionBegin

public class WrapperLoginClientEncryptionBegin extends AbstractPacket
  • 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'