Uses of Enum Class
net.minecraft.block.entity.JigsawBlockEntity.Joint
Package
Description
-
Uses of JigsawBlockEntity.Joint in net.minecraft.block.entity
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)