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(io.netty.buffer.ByteBuf byteBuf) |
void |
write(io.netty.buffer.ByteBuf byteBuf) |