public class SCustomPayloadPlayPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>, ICustomPacket<SCustomPayloadPlayPacket>
ICustomPacket.Fields
修飾子とタイプ | フィールドと説明 |
---|---|
static ResourceLocation |
BRAND |
static ResourceLocation |
DEBUG_BRAIN |
static ResourceLocation |
DEBUG_CAVES |
static ResourceLocation |
DEBUG_GOAL_SELECTOR |
static ResourceLocation |
DEBUG_NEIGHBORS_UPDATE |
static ResourceLocation |
DEBUG_PATH |
static ResourceLocation |
DEBUG_POI_ADDED |
static ResourceLocation |
DEBUG_POI_REMOVED |
static ResourceLocation |
DEBUG_POI_TICKET_COUNT |
static ResourceLocation |
DEBUG_RAIDS |
static ResourceLocation |
DEBUG_STRUCTURES |
static ResourceLocation |
DEBUG_VILLAGE_SECTIONS |
static ResourceLocation |
DEBUG_WORLDGEN_ATTEMPT |
static ResourceLocation |
field_229727_m_ |
static ResourceLocation |
field_229728_n_ |
static ResourceLocation |
field_229729_o_ |
static ResourceLocation |
field_229730_p_ |
コンストラクタと説明 |
---|
SCustomPayloadPlayPacket() |
SCustomPayloadPlayPacket(ResourceLocation channelIn,
PacketBuffer dataIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
PacketBuffer |
getBufferData() |
ResourceLocation |
getChannelName() |
void |
processPacket(IClientPlayNetHandler handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
getDirection, getIndex, getInternalData, getName, getThis, setData, setIndex, setName
public static final ResourceLocation BRAND
public static final ResourceLocation DEBUG_PATH
public static final ResourceLocation DEBUG_NEIGHBORS_UPDATE
public static final ResourceLocation DEBUG_CAVES
public static final ResourceLocation DEBUG_STRUCTURES
public static final ResourceLocation DEBUG_WORLDGEN_ATTEMPT
public static final ResourceLocation DEBUG_POI_TICKET_COUNT
public static final ResourceLocation DEBUG_POI_ADDED
public static final ResourceLocation DEBUG_POI_REMOVED
public static final ResourceLocation DEBUG_VILLAGE_SECTIONS
public static final ResourceLocation DEBUG_GOAL_SELECTOR
public static final ResourceLocation DEBUG_BRAIN
public static final ResourceLocation field_229727_m_
public static final ResourceLocation field_229728_n_
public static final ResourceLocation field_229729_o_
public static final ResourceLocation field_229730_p_
public static final ResourceLocation DEBUG_RAIDS
public SCustomPayloadPlayPacket()
public SCustomPayloadPlayPacket(ResourceLocation channelIn, PacketBuffer dataIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
インタフェース内 IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
インタフェース内 IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
インタフェース内 IPacket<IClientPlayNetHandler>
public ResourceLocation getChannelName()
public PacketBuffer getBufferData()