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_LOOKUPMethods in net.minecraft.client.render.model that return CubeFace Modifier and Type Method Description static CubeFaceCubeFace. getFace(Direction direction)static CubeFaceCubeFace. 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.