Uses of Enum
net.minecraft.client.render.model.json.ItemModelGenerator.Side
Packages that use ItemModelGenerator.Side
-
Uses of ItemModelGenerator.Side in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ItemModelGenerator.SideMethods in net.minecraft.client.render.model.json that return ItemModelGenerator.SideModifier and TypeMethodDescriptionItemModelGenerator.Frame.getSide()
static ItemModelGenerator.Side
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.SideModifier and TypeMethodDescriptionprivate 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