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.SideItemModelGenerator.Frame. sideMethods in net.minecraft.client.render.model.json that return ItemModelGenerator.Side Modifier and Type Method Description ItemModelGenerator.SideItemModelGenerator.Frame. getSide()static ItemModelGenerator.SideItemModelGenerator.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 voidItemModelGenerator. buildCube(List<ItemModelGenerator.Frame> cubes, ItemModelGenerator.Side side, int x, int y)private voidItemModelGenerator. 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)