Uses of Class
net.minecraft.block.entity.JigsawBlockEntity.Joint
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.gui.screen.ingame | |
| net.minecraft.network.packet.c2s.play |
-
Uses of JigsawBlockEntity.Joint in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as JigsawBlockEntity.Joint Modifier and Type Field Description private JigsawBlockEntity.JointJigsawBlockEntity. jointMethods in net.minecraft.block.entity that return JigsawBlockEntity.Joint Modifier and Type Method Description JigsawBlockEntity.JointJigsawBlockEntity. getJoint()static JigsawBlockEntity.JointJigsawBlockEntity.Joint. valueOf(String name)Returns the enum constant of this type with the specified name.static JigsawBlockEntity.Joint[]JigsawBlockEntity.Joint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.block.entity that return types with arguments of type JigsawBlockEntity.Joint Modifier and Type Method Description static Optional<JigsawBlockEntity.Joint>JigsawBlockEntity.Joint. byName(String name)Methods in net.minecraft.block.entity with parameters of type JigsawBlockEntity.Joint Modifier and Type Method Description voidJigsawBlockEntity. setJoint(JigsawBlockEntity.Joint joint) -
Uses of JigsawBlockEntity.Joint in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as JigsawBlockEntity.Joint Modifier and Type Field Description private JigsawBlockEntity.JointJigsawBlockScreen. jointFields in net.minecraft.client.gui.screen.ingame with type parameters of type JigsawBlockEntity.Joint Modifier and Type Field Description private CyclingButtonWidget<JigsawBlockEntity.Joint>JigsawBlockScreen. jointRotationButton -
Uses of JigsawBlockEntity.Joint in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as JigsawBlockEntity.Joint Modifier and Type Field Description private JigsawBlockEntity.JointUpdateJigsawC2SPacket. jointTypeMethods in net.minecraft.network.packet.c2s.play that return JigsawBlockEntity.Joint Modifier and Type Method Description JigsawBlockEntity.JointUpdateJigsawC2SPacket. getJointType()Constructors in net.minecraft.network.packet.c2s.play with parameters of type JigsawBlockEntity.Joint Constructor Description UpdateJigsawC2SPacket(BlockPos pos, Identifier attachmentType, Identifier targetPool, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType)