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