public abstract class S2CCookieRequestPacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.Packet
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
key |
| Constructor | Description |
|---|---|
S2CCookieRequestPacket() |
|
S2CCookieRequestPacket(java.lang.String key) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
|
void |
write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
public S2CCookieRequestPacket()
public S2CCookieRequestPacket(java.lang.String key)
public void read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion)
read in interface net.raphimc.netminecraft.packet.Packetpublic void write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion)
write in interface net.raphimc.netminecraft.packet.Packet