public class C2SLoginCustomPayloadPacket
extends java.lang.Object
implements net.raphimc.netminecraft.packet.IPacket
| Modifier and Type | Field and Description |
|---|---|
int |
queryId |
net.raphimc.netminecraft.packet.PacketByteBuf |
response |
| Constructor and Description |
|---|
C2SLoginCustomPayloadPacket() |
C2SLoginCustomPayloadPacket(int queryId,
net.raphimc.netminecraft.packet.PacketByteBuf response) |
| 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 net.raphimc.netminecraft.packet.PacketByteBuf response
public C2SLoginCustomPayloadPacket()
public C2SLoginCustomPayloadPacket(int queryId,
net.raphimc.netminecraft.packet.PacketByteBuf response)
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