Uses of Enum Class
net.minecraft.client.renderer.BlockModelRenderer.Orientation
Packages that use BlockModelRenderer.Orientation
-
Uses of BlockModelRenderer.Orientation in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as BlockModelRenderer.OrientationModifier and TypeFieldDescriptionprivate final BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo.vert0Weightsprivate final BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo.vert1Weightsprivate final BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo.vert2Weightsprivate final BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo.vert3WeightsMethods in net.minecraft.client.renderer that return BlockModelRenderer.OrientationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BlockModelRenderer.Orientation[]BlockModelRenderer.Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.renderer with parameters of type BlockModelRenderer.OrientationModifierConstructorDescriptionprivateNeighborInfo(Direction[] p_i46236_3_, float p_i46236_4_, boolean p_i46236_5_, BlockModelRenderer.Orientation[] p_i46236_6_, BlockModelRenderer.Orientation[] p_i46236_7_, BlockModelRenderer.Orientation[] p_i46236_8_, BlockModelRenderer.Orientation[] p_i46236_9_)