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.JointMethods 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 that return types with arguments of type JigsawBlockEntity.JointMethods 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)