public abstract class C2SCookieResponsePacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.Packet
| Constructor | Description |
|---|---|
C2SCookieResponsePacket() |
|
C2SCookieResponsePacket(java.lang.String key,
byte[] payload) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
read(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
|
void |
write(io.netty.buffer.ByteBuf byteBuf,
int protocolVersion) |
public C2SCookieResponsePacket()
public C2SCookieResponsePacket(java.lang.String key,
byte[] payload)
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