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. VALUES
Methods in net.minecraft.client.render.block that return BlockModelRenderer.Translation Modifier and Type Method Description static BlockModelRenderer.Translation
BlockModelRenderer.Translation. getTranslations(Direction direction)
static BlockModelRenderer.Translation
BlockModelRenderer.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.