Uses of Class
net.minecraft.client.renderer.BlockModelRenderer.VertexTranslations
-
Packages that use BlockModelRenderer.VertexTranslations Package Description net.minecraft.client.renderer -
-
Uses of BlockModelRenderer.VertexTranslations in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as BlockModelRenderer.VertexTranslations Modifier and Type Field Description private static BlockModelRenderer.VertexTranslations[]
BlockModelRenderer.VertexTranslations. BY_FACING
Methods in net.minecraft.client.renderer that return BlockModelRenderer.VertexTranslations Modifier and Type Method Description static BlockModelRenderer.VertexTranslations
BlockModelRenderer.VertexTranslations. fromFacing(Direction p_178184_0_)
static BlockModelRenderer.VertexTranslations
BlockModelRenderer.VertexTranslations. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockModelRenderer.VertexTranslations[]
BlockModelRenderer.VertexTranslations. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-