public class S2CLoginHelloPacket1_7
extends java.lang.Object
implements net.raphimc.netminecraft.packet.IPacket
| Modifier and Type | Field and Description |
|---|---|
byte[] |
nonce |
byte[] |
publicKey |
java.lang.String |
serverId |
| Constructor and Description |
|---|
S2CLoginHelloPacket1_7() |
S2CLoginHelloPacket1_7(java.lang.String serverId,
byte[] publicKey,
byte[] nonce) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf) |
void |
write(io.netty.buffer.ByteBuf byteBuf) |
public java.lang.String serverId
public byte[] publicKey
public byte[] nonce