static enum BlockModelRenderer.VertexTranslations extends java.lang.Enum<BlockModelRenderer.VertexTranslations>
Modifier and Type | Field and Description |
---|---|
private static BlockModelRenderer.VertexTranslations[] |
VALUES |
private int |
vert0 |
private int |
vert1 |
private int |
vert2 |
private int |
vert3 |
Modifier and Type | Method and Description |
---|---|
static BlockModelRenderer.VertexTranslations |
getVertexTranslations(EnumFacing p_178184_0_) |
static BlockModelRenderer.VertexTranslations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockModelRenderer.VertexTranslations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockModelRenderer.VertexTranslations DOWN
public static final BlockModelRenderer.VertexTranslations UP
public static final BlockModelRenderer.VertexTranslations NORTH
public static final BlockModelRenderer.VertexTranslations SOUTH
public static final BlockModelRenderer.VertexTranslations WEST
public static final BlockModelRenderer.VertexTranslations EAST
private final int vert0
private final int vert1
private final int vert2
private final int vert3
private static final BlockModelRenderer.VertexTranslations[] VALUES
public static BlockModelRenderer.VertexTranslations[] values()
for (BlockModelRenderer.VertexTranslations c : BlockModelRenderer.VertexTranslations.values()) System.out.println(c);
public static BlockModelRenderer.VertexTranslations valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static BlockModelRenderer.VertexTranslations getVertexTranslations(EnumFacing p_178184_0_)