Uses of Enum Class
net.minecraft.client.renderer.BlockModelRenderer.Orientation
-
Uses of BlockModelRenderer.Orientation in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionprivate final BlockModelRenderer.Orientation[]
BlockModelRenderer.NeighborInfo.vert0Weights
private final BlockModelRenderer.Orientation[]
BlockModelRenderer.NeighborInfo.vert1Weights
private final BlockModelRenderer.Orientation[]
BlockModelRenderer.NeighborInfo.vert2Weights
private final BlockModelRenderer.Orientation[]
BlockModelRenderer.NeighborInfo.vert3Weights
Modifier 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.ModifierConstructorDescriptionprivate
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_)