public class CCustomPayloadPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>, ICustomPacket<CCustomPayloadPacket>
ICustomPacket.Fields| Modifier and Type | Field and Description |
|---|---|
static ResourceLocation |
BRAND |
private ResourceLocation |
channel |
private PacketBuffer |
data |
| Constructor and Description |
|---|
CCustomPayloadPacket() |
CCustomPayloadPacket(ResourceLocation channelIn,
PacketBuffer dataIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorsgetDirection, getIndex, getInternalData, getName, getThis, setData, setIndex, setNamepublic static final ResourceLocation BRAND
private ResourceLocation channel
private PacketBuffer data
public CCustomPayloadPacket()
public CCustomPayloadPacket(ResourceLocation channelIn, PacketBuffer dataIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>