public static enum BlockModelRenderer.EnumNeighborInfo extends java.lang.Enum<BlockModelRenderer.EnumNeighborInfo>
Modifier and Type | Method and Description |
---|---|
static BlockModelRenderer.EnumNeighborInfo |
getNeighbourInfo(EnumFacing p_178273_0_) |
static BlockModelRenderer.EnumNeighborInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockModelRenderer.EnumNeighborInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockModelRenderer.EnumNeighborInfo DOWN
public static final BlockModelRenderer.EnumNeighborInfo UP
public static final BlockModelRenderer.EnumNeighborInfo NORTH
public static final BlockModelRenderer.EnumNeighborInfo SOUTH
public static final BlockModelRenderer.EnumNeighborInfo WEST
public static final BlockModelRenderer.EnumNeighborInfo EAST
public static BlockModelRenderer.EnumNeighborInfo[] values()
for (BlockModelRenderer.EnumNeighborInfo c : BlockModelRenderer.EnumNeighborInfo.values()) System.out.println(c);
public static BlockModelRenderer.EnumNeighborInfo 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.EnumNeighborInfo getNeighbourInfo(EnumFacing p_178273_0_)