public class S2CLoginKeyPacket1_20_5 extends S2CLoginKeyPacket1_8
| Modifier and Type | Field and Description |
|---|---|
boolean |
authenticate |
nonce, publicKey, serverId| Constructor and Description |
|---|
S2CLoginKeyPacket1_20_5() |
S2CLoginKeyPacket1_20_5(java.lang.String serverId,
byte[] publicKey,
byte[] nonce,
boolean authenticate) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf) |
void |
write(io.netty.buffer.ByteBuf byteBuf) |
public S2CLoginKeyPacket1_20_5()
public S2CLoginKeyPacket1_20_5(java.lang.String serverId,
byte[] publicKey,
byte[] nonce,
boolean authenticate)
public void read(io.netty.buffer.ByteBuf byteBuf)
read in interface net.raphimc.netminecraft.packet.IPacketread in class S2CLoginKeyPacket1_8public void write(io.netty.buffer.ByteBuf byteBuf)
write in interface net.raphimc.netminecraft.packet.IPacketwrite in class S2CLoginKeyPacket1_8