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.Modifier and TypeMethodDescriptionvoid
JigsawBlockEntity.setJoint(JigsawBlockEntity.Joint joint)
-
Uses of JigsawBlockEntity.Joint in net.minecraft.client.gui.screen.ingame
-
Uses of JigsawBlockEntity.Joint in net.minecraft.network.packet.c2s.play
ModifierConstructorDescriptionUpdateJigsawC2SPacket(BlockPos pos, Identifier attachmentType, Identifier targetPool, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType)