public class S2CLoginCustomPayloadPacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.IPacket
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
channel |
net.raphimc.netminecraft.packet.PacketByteBuf |
payload |
int |
queryId |
| Constructor and Description |
|---|
S2CLoginCustomPayloadPacket() |
S2CLoginCustomPayloadPacket(int queryId,
java.lang.String channel,
net.raphimc.netminecraft.packet.PacketByteBuf payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
void |
write(net.raphimc.netminecraft.packet.PacketByteBuf buf) |
public int queryId
public java.lang.String channel
public net.raphimc.netminecraft.packet.PacketByteBuf payload
public S2CLoginCustomPayloadPacket()
public S2CLoginCustomPayloadPacket(int queryId,
java.lang.String channel,
net.raphimc.netminecraft.packet.PacketByteBuf payload)
public void read(net.raphimc.netminecraft.packet.PacketByteBuf buf)
read in interface net.raphimc.netminecraft.packet.IPacketpublic void write(net.raphimc.netminecraft.packet.PacketByteBuf buf)
write in interface net.raphimc.netminecraft.packet.IPacket