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.CODEC
Methods in net.minecraft.block.entity that return JigsawBlockEntity.JointModifier and TypeMethodDescriptionJigsawBlockEntity.getJoint()
static JigsawBlockEntity.Joint
Returns 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.Joint
UpdateJigsawC2SPacket.jointType
Methods 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.Joint
StructureTemplate.JigsawBlockInfo.jointType
The field for thejointType
record component.Methods in net.minecraft.structure that return JigsawBlockEntity.JointModifier and TypeMethodDescriptionstatic JigsawBlockEntity.Joint
StructureTemplate.getJointFromFacing
(BlockState state) StructureTemplate.JigsawBlockInfo.jointType()
Returns the value of thejointType
record component.static JigsawBlockEntity.Joint
StructureTemplate.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)