Class CUpdateJigsawBlockPacket
java.lang.Object
net.minecraft.network.play.client.CUpdateJigsawBlockPacket
- All Implemented Interfaces:
IPacket<IServerPlayNetHandler>
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private JigsawTileEntity.OrientationType
private ResourceLocation
private ResourceLocation
private BlockPos
private ResourceLocation
-
Constructor Summary
ConstructorDescriptionCUpdateJigsawBlockPacket
(BlockPos p_i232584_1_, ResourceLocation p_i232584_2_, ResourceLocation p_i232584_3_, ResourceLocation p_i232584_4_, String p_i232584_5_, JigsawTileEntity.OrientationType p_i232584_6_) -
Method Summary
Modifier and TypeMethodDescriptiongetJoint()
getName()
getPool()
getPos()
void
handle
(IServerPlayNetHandler 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.minecraft.network.IPacket
isSkippable
-
Field Details
-
pos
-
name
-
target
-
pool
-
finalState
-
joint
-
-
Constructor Details
-
CUpdateJigsawBlockPacket
public CUpdateJigsawBlockPacket() -
CUpdateJigsawBlockPacket
public CUpdateJigsawBlockPacket(BlockPos p_i232584_1_, ResourceLocation p_i232584_2_, ResourceLocation p_i232584_3_, ResourceLocation p_i232584_4_, String p_i232584_5_, JigsawTileEntity.OrientationType p_i232584_6_)
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IServerPlayNetHandler>
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IServerPlayNetHandler>
- Throws:
IOException
-
handle
- Specified by:
handle
in interfaceIPacket<IServerPlayNetHandler>
-
getPos
-
getName
-
getTarget
-
getPool
-
getFinalState
-
getJoint
-