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