Class SCustomPayloadPlayPacket
java.lang.Object
net.minecraft.network.play.server.SCustomPayloadPlayPacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
,ICustomPacket<SCustomPayloadPlayPacket>
public class SCustomPayloadPlayPacket
extends Object
implements IPacket<IClientPlayNetHandler>, ICustomPacket<SCustomPayloadPlayPacket>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraftforge.fml.network.ICustomPacket
ICustomPacket.Fields
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ResourceLocation
private PacketBuffer
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
static final ResourceLocation
private ResourceLocation
-
Constructor Summary
ConstructorDescriptionSCustomPayloadPlayPacket
(ResourceLocation p_i49517_1_, PacketBuffer p_i49517_2_) -
Method Summary
Modifier and TypeMethodDescriptiongetData()
void
handle
(IClientPlayNetHandler p_148833_1_) void
read
(PacketBuffer p_148837_1_) void
write
(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.fml.network.ICustomPacket
getDirection, getIndex, getInternalData, getName, getThis, setData, setIndex, setName
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
Field Details
-
BRAND
-
DEBUG_PATHFINDING_PACKET
-
DEBUG_NEIGHBORSUPDATE_PACKET
-
DEBUG_CAVES_PACKET
-
DEBUG_STRUCTURES_PACKET
-
DEBUG_WORLDGENATTEMPT_PACKET
-
DEBUG_POI_TICKET_COUNT_PACKET
-
DEBUG_POI_ADDED_PACKET
-
DEBUG_POI_REMOVED_PACKET
-
DEBUG_VILLAGE_SECTIONS
-
DEBUG_GOAL_SELECTOR
-
DEBUG_BRAIN
-
DEBUG_BEE
-
DEBUG_HIVE
-
DEBUG_GAME_TEST_ADD_MARKER
-
DEBUG_GAME_TEST_CLEAR
-
DEBUG_RAIDS
-
identifier
-
data
-
-
Constructor Details
-
SCustomPayloadPlayPacket
public SCustomPayloadPlayPacket() -
SCustomPayloadPlayPacket
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
IOException
-
handle
- Specified by:
handle
in interfaceIPacket<IClientPlayNetHandler>
-
getIdentifier
-
getData
-