public class C2SLoginKeyPacket1_7
extends java.lang.Object
implements net.raphimc.netminecraft.packet.IPacket
| Modifier and Type | Field and Description |
|---|---|
byte[] |
encryptedNonce |
byte[] |
encryptedSecretKey |
| Constructor and Description |
|---|
C2SLoginKeyPacket1_7() |
C2SLoginKeyPacket1_7(byte[] encryptedSecretKey,
byte[] encryptedNonce) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
void |
write(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
public byte[] encryptedSecretKey
public byte[] encryptedNonce
public C2SLoginKeyPacket1_7()
public C2SLoginKeyPacket1_7(byte[] encryptedSecretKey,
byte[] encryptedNonce)
public void read(net.raphimc.netminecraft.packet.PacketByteBuf buf)
read in interface net.raphimc.netminecraft.packet.IPacketpublic void write(net.raphimc.netminecraft.packet.PacketByteBuf buf)
write in interface net.raphimc.netminecraft.packet.IPacket