Uses of Enum Class
net.minecraft.tileentity.JigsawTileEntity.OrientationType
Packages that use JigsawTileEntity.OrientationType
Package
Description
-
Uses of JigsawTileEntity.OrientationType in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as JigsawTileEntity.OrientationType -
Uses of JigsawTileEntity.OrientationType in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as JigsawTileEntity.OrientationTypeModifier and TypeFieldDescriptionprivate JigsawTileEntity.OrientationType
CUpdateJigsawBlockPacket.joint
Methods in net.minecraft.network.play.client that return JigsawTileEntity.OrientationTypeConstructors in net.minecraft.network.play.client with parameters of type JigsawTileEntity.OrientationTypeModifierConstructorDescriptionCUpdateJigsawBlockPacket
(BlockPos p_i232584_1_, ResourceLocation p_i232584_2_, ResourceLocation p_i232584_3_, ResourceLocation p_i232584_4_, String p_i232584_5_, JigsawTileEntity.OrientationType p_i232584_6_) -
Uses of JigsawTileEntity.OrientationType in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as JigsawTileEntity.OrientationTypeMethods in net.minecraft.tileentity that return JigsawTileEntity.OrientationTypeModifier and TypeMethodDescriptionJigsawTileEntity.getJoint()
Returns the enum constant of this class with the specified name.static JigsawTileEntity.OrientationType[]
JigsawTileEntity.OrientationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.tileentity that return types with arguments of type JigsawTileEntity.OrientationTypeModifier and TypeMethodDescriptionMethods in net.minecraft.tileentity with parameters of type JigsawTileEntity.OrientationTypeModifier and TypeMethodDescriptionvoid
JigsawTileEntity.setJoint
(JigsawTileEntity.OrientationType p_235662_1_)