Uses of Class
net.minecraft.client.renderer.BlockModelRenderer.Orientation
-
Packages that use BlockModelRenderer.Orientation Package Description net.minecraft.client.renderer -
-
Uses of BlockModelRenderer.Orientation in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as BlockModelRenderer.Orientation Modifier and Type Field Description private BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo. vert0Weightsprivate BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo. vert1Weightsprivate BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo. vert2Weightsprivate BlockModelRenderer.Orientation[]BlockModelRenderer.NeighborInfo. vert3WeightsMethods in net.minecraft.client.renderer that return BlockModelRenderer.Orientation Modifier and Type Method Description static BlockModelRenderer.OrientationBlockModelRenderer.Orientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockModelRenderer.Orientation[]BlockModelRenderer.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.client.renderer with parameters of type BlockModelRenderer.Orientation Constructor Description NeighborInfo(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_)
-