Uses of Class
net.minecraft.tileentity.JigsawTileEntity.OrientationType
-
Packages that use JigsawTileEntity.OrientationType Package Description net.minecraft.client.gui.screen net.minecraft.network.play.client net.minecraft.tileentity -
-
Uses of JigsawTileEntity.OrientationType in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as JigsawTileEntity.OrientationType Modifier and Type Field Description private JigsawTileEntity.OrientationTypeJigsawScreen. joint -
Uses of JigsawTileEntity.OrientationType in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as JigsawTileEntity.OrientationType Modifier and Type Field Description private JigsawTileEntity.OrientationTypeCUpdateJigsawBlockPacket. jointMethods in net.minecraft.network.play.client that return JigsawTileEntity.OrientationType Modifier and Type Method Description JigsawTileEntity.OrientationTypeCUpdateJigsawBlockPacket. getJoint()Constructors in net.minecraft.network.play.client with parameters of type JigsawTileEntity.OrientationType Constructor Description CUpdateJigsawBlockPacket(BlockPos p_i232584_1_, ResourceLocation p_i232584_2_, ResourceLocation p_i232584_3_, ResourceLocation p_i232584_4_, java.lang.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.OrientationType Modifier and Type Field Description private JigsawTileEntity.OrientationTypeJigsawTileEntity. jointMethods in net.minecraft.tileentity that return JigsawTileEntity.OrientationType Modifier and Type Method Description JigsawTileEntity.OrientationTypeJigsawTileEntity. getJoint()static JigsawTileEntity.OrientationTypeJigsawTileEntity.OrientationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JigsawTileEntity.OrientationType[]JigsawTileEntity.OrientationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.tileentity that return types with arguments of type JigsawTileEntity.OrientationType Modifier and Type Method Description static java.util.Optional<JigsawTileEntity.OrientationType>JigsawTileEntity.OrientationType. byName(java.lang.String p_235673_0_)Methods in net.minecraft.tileentity with parameters of type JigsawTileEntity.OrientationType Modifier and Type Method Description voidJigsawTileEntity. setJoint(JigsawTileEntity.OrientationType p_235662_1_)
-