Uses of Enum Class
net.minecraft.block.entity.JigsawBlockEntity.Joint
Packages that use JigsawBlockEntity.Joint
Package
Description
- 
Uses of JigsawBlockEntity.Joint in net.minecraft.block.entityFields in net.minecraft.block.entity declared as JigsawBlockEntity.JointFields in net.minecraft.block.entity with type parameters of type JigsawBlockEntity.JointModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<JigsawBlockEntity.Joint> JigsawBlockEntity.Joint.CODECMethods in net.minecraft.block.entity that return JigsawBlockEntity.JointModifier and TypeMethodDescriptionJigsawBlockEntity.getJoint()static JigsawBlockEntity.JointReturns the enum constant of this class with the specified name.static JigsawBlockEntity.Joint[]JigsawBlockEntity.Joint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block.entity with parameters of type JigsawBlockEntity.Joint
- 
Uses of JigsawBlockEntity.Joint in net.minecraft.client.gui.screen.ingameFields in net.minecraft.client.gui.screen.ingame declared as JigsawBlockEntity.JointFields in net.minecraft.client.gui.screen.ingame with type parameters of type JigsawBlockEntity.Joint
- 
Uses of JigsawBlockEntity.Joint in net.minecraft.network.packet.c2s.playFields in net.minecraft.network.packet.c2s.play declared as JigsawBlockEntity.JointModifier and TypeFieldDescriptionprivate final JigsawBlockEntity.JointUpdateJigsawC2SPacket.jointTypeMethods in net.minecraft.network.packet.c2s.play that return JigsawBlockEntity.JointConstructors in net.minecraft.network.packet.c2s.play with parameters of type JigsawBlockEntity.JointModifierConstructorDescriptionUpdateJigsawC2SPacket(BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType, int selectionPriority, int placementPriority) 
- 
Uses of JigsawBlockEntity.Joint in net.minecraft.structureFields in net.minecraft.structure declared as JigsawBlockEntity.JointModifier and TypeFieldDescriptionprivate final JigsawBlockEntity.JointStructureTemplate.JigsawBlockInfo.jointTypeThe field for thejointTyperecord component.Methods in net.minecraft.structure that return JigsawBlockEntity.JointModifier and TypeMethodDescriptionStructureTemplate.JigsawBlockInfo.jointType()Returns the value of thejointTyperecord component.static JigsawBlockEntity.JointStructureTemplate.readJoint(NbtCompound nbt, BlockState state) Constructors in net.minecraft.structure with parameters of type JigsawBlockEntity.JointModifierConstructorDescriptionJigsawBlockInfo(StructureTemplate.StructureBlockInfo structureBlockInfo, JigsawBlockEntity.Joint joint, Identifier identifier, Identifier identifier2, Identifier identifier3, int int2, int int3)