Uses of Class
net.minecraft.client.render.block.BlockModelRenderer.Translation
| Package | Description |
|---|---|
| net.minecraft.client.render.block |
-
Uses of BlockModelRenderer.Translation in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block declared as BlockModelRenderer.Translation Modifier and Type Field Description private static BlockModelRenderer.Translation[]BlockModelRenderer.Translation. VALUESMethods in net.minecraft.client.render.block that return BlockModelRenderer.Translation Modifier and Type Method Description static BlockModelRenderer.TranslationBlockModelRenderer.Translation. getTranslations(Direction direction)static BlockModelRenderer.TranslationBlockModelRenderer.Translation. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockModelRenderer.Translation[]BlockModelRenderer.Translation. values()Returns an array containing the constants of this enum type, in the order they are declared.