Uses of Enum Class
net.minecraft.block.entity.JigsawBlockEntity.Joint
Package
Description
-
Uses of JigsawBlockEntity.Joint in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec
<JigsawBlockEntity.Joint> JigsawBlockEntity.Joint.CODEC
Modifier 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. -
Uses of JigsawBlockEntity.Joint in net.minecraft.client.gui.screen.ingame
-
Uses of JigsawBlockEntity.Joint in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final JigsawBlockEntity.Joint
UpdateJigsawC2SPacket.jointType
ModifierConstructorDescriptionUpdateJigsawC2SPacket
(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
Modifier and TypeFieldDescriptionprivate final JigsawBlockEntity.Joint
StructureTemplate.JigsawBlockInfo.jointType
The field for thejointType
record component.Modifier and TypeMethodDescriptionStructureTemplate.JigsawBlockInfo.jointType()
Returns the value of thejointType
record component.static JigsawBlockEntity.Joint
StructureTemplate.readJoint
(NbtCompound nbt, BlockState state) ModifierConstructorDescriptionJigsawBlockInfo
(StructureTemplate.StructureBlockInfo structureBlockInfo, JigsawBlockEntity.Joint joint, Identifier identifier, Identifier identifier2, Identifier identifier3, int int2, int int3)