Class CUpdateJigsawBlockPacket
java.lang.Object
net.minecraft.network.play.client.CUpdateJigsawBlockPacket
- All Implemented Interfaces:
- IPacket<IServerPlayNetHandler>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Stringprivate JigsawTileEntity.OrientationTypeprivate ResourceLocationprivate ResourceLocationprivate BlockPosprivate ResourceLocation
- 
Constructor SummaryConstructorsConstructorDescriptionCUpdateJigsawBlockPacket(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 SummaryModifier and TypeMethodDescriptiongetJoint()getName()getPool()getPos()voidhandle(IServerPlayNetHandler p_148833_1_) voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacketisSkippable
- 
Field Details- 
pos
- 
name
- 
target
- 
pool
- 
finalState
- 
joint
 
- 
- 
Constructor Details- 
CUpdateJigsawBlockPacketpublic CUpdateJigsawBlockPacket()
- 
CUpdateJigsawBlockPacketpublic 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:
- readin interface- IPacket<IServerPlayNetHandler>
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- IPacket<IServerPlayNetHandler>
- Throws:
- IOException
 
- 
handle- Specified by:
- handlein interface- IPacket<IServerPlayNetHandler>
 
- 
getPos
- 
getName
- 
getTarget
- 
getPool
- 
getFinalState
- 
getJoint
 
-