public class C2SLoginKeyPacket1_19 extends C2SLoginKeyPacket1_7
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
salt |
byte[] |
signature |
encryptedNonce, encryptedSecretKey| Constructor and Description |
|---|
C2SLoginKeyPacket1_19() |
C2SLoginKeyPacket1_19(byte[] encryptedSecretKey,
byte[] encryptedNonce) |
C2SLoginKeyPacket1_19(byte[] encryptedSecretKey,
long salt,
byte[] signature) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
void |
write(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
public C2SLoginKeyPacket1_19()
public C2SLoginKeyPacket1_19(byte[] encryptedSecretKey,
byte[] encryptedNonce)
public C2SLoginKeyPacket1_19(byte[] encryptedSecretKey,
long salt,
byte[] signature)
public void read(net.raphimc.netminecraft.packet.PacketByteBuf buf)
read in interface net.raphimc.netminecraft.packet.IPacketread in class C2SLoginKeyPacket1_7public void write(net.raphimc.netminecraft.packet.PacketByteBuf buf)
write in interface net.raphimc.netminecraft.packet.IPacketwrite in class C2SLoginKeyPacket1_7