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_FACINGMethods in net.minecraft.client.renderer that return BlockModelRenderer.VertexTranslations Modifier and Type Method Description static BlockModelRenderer.VertexTranslationsBlockModelRenderer.VertexTranslations. fromFacing(Direction p_178184_0_)static BlockModelRenderer.VertexTranslationsBlockModelRenderer.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.
-