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