public static enum BlockModelRenderer.EnumNeighborInfo extends java.lang.Enum<BlockModelRenderer.EnumNeighborInfo>
Modifier and Type | Field and Description |
---|---|
protected EnumFacing[] |
field_178276_g |
protected BlockModelRenderer.Orientation[] |
field_178284_l |
protected BlockModelRenderer.Orientation[] |
field_178285_m |
protected BlockModelRenderer.Orientation[] |
field_178286_j |
protected BlockModelRenderer.Orientation[] |
field_178287_k |
protected float |
field_178288_h |
protected boolean |
field_178289_i |
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
protected final EnumFacing[] field_178276_g
protected final float field_178288_h
protected final boolean field_178289_i
protected final BlockModelRenderer.Orientation[] field_178286_j
protected final BlockModelRenderer.Orientation[] field_178287_k
protected final BlockModelRenderer.Orientation[] field_178284_l
protected final BlockModelRenderer.Orientation[] field_178285_m
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_)