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.entity
Fields 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.ingame
Fields 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.play
Fields 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.structure
Fields 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 TypeMethodDescriptionstatic JigsawBlockEntity.JointStructureTemplate.getJointFromFacing(BlockState state) StructureTemplate.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, RegistryKey<StructurePool> registryKey, Identifier identifier2, int int2, int int3)