Uses of Class
net.minecraft.client.render.model.json.ItemModelGenerator.Side
Package | Description |
---|---|
net.minecraft.client.render.model.json |
-
Uses of ItemModelGenerator.Side in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ItemModelGenerator.Side Modifier and Type Field Description private ItemModelGenerator.Side
ItemModelGenerator.Frame. side
Methods in net.minecraft.client.render.model.json that return ItemModelGenerator.Side Modifier and Type Method Description ItemModelGenerator.Side
ItemModelGenerator.Frame. getSide()
static ItemModelGenerator.Side
ItemModelGenerator.Side. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemModelGenerator.Side[]
ItemModelGenerator.Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.render.model.json with parameters of type ItemModelGenerator.Side Modifier and Type Method Description private void
ItemModelGenerator. buildCube(List<ItemModelGenerator.Frame> cubes, ItemModelGenerator.Side side, int x, int y)
private void
ItemModelGenerator. buildCube(ItemModelGenerator.Side side, List<ItemModelGenerator.Frame> cubes, Sprite sprite, int frame, int x, int y, int int2, int int3, boolean bool)
Constructors in net.minecraft.client.render.model.json with parameters of type ItemModelGenerator.Side Constructor Description Frame(ItemModelGenerator.Side side, int width, int depth)