public class C2SLoginKeyPacket1_19_3 extends C2SLoginKeyPacket1_19
salt, signatureencryptedNonce, encryptedSecretKey| Constructor and Description |
|---|
C2SLoginKeyPacket1_19_3() |
C2SLoginKeyPacket1_19_3(byte[] encryptedSecretKey,
byte[] encryptedNonce) |
C2SLoginKeyPacket1_19_3(byte[] encryptedSecretKey,
byte[] encryptedNonce,
long salt,
byte[] signature) |
C2SLoginKeyPacket1_19_3(byte[] encryptedSecretKey,
long salt,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf) |
void |
write(io.netty.buffer.ByteBuf byteBuf) |
public C2SLoginKeyPacket1_19_3()
public C2SLoginKeyPacket1_19_3(byte[] encryptedSecretKey,
byte[] encryptedNonce)
public C2SLoginKeyPacket1_19_3(byte[] encryptedSecretKey,
long salt,
byte[] signature)
public C2SLoginKeyPacket1_19_3(byte[] encryptedSecretKey,
byte[] encryptedNonce,
long salt,
byte[] signature)
public void read(io.netty.buffer.ByteBuf byteBuf)
read in interface net.raphimc.netminecraft.packet.IPacketread in class C2SLoginKeyPacket1_19public void write(io.netty.buffer.ByteBuf byteBuf)
write in interface net.raphimc.netminecraft.packet.IPacketwrite in class C2SLoginKeyPacket1_19