public static enum BlockModelRenderer.EnumNeighborInfo extends java.lang.Enum<BlockModelRenderer.EnumNeighborInfo>
Modifier and Type | Field and Description |
---|---|
private EnumFacing[] |
corners |
private boolean |
doNonCubicWeight |
private float |
shadeWeight |
private static BlockModelRenderer.EnumNeighborInfo[] |
VALUES |
private BlockModelRenderer.Orientation[] |
vert0Weights |
private BlockModelRenderer.Orientation[] |
vert1Weights |
private BlockModelRenderer.Orientation[] |
vert2Weights |
private BlockModelRenderer.Orientation[] |
vert3Weights |
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
private final EnumFacing[] corners
private final float shadeWeight
private final boolean doNonCubicWeight
private final BlockModelRenderer.Orientation[] vert0Weights
private final BlockModelRenderer.Orientation[] vert1Weights
private final BlockModelRenderer.Orientation[] vert2Weights
private final BlockModelRenderer.Orientation[] vert3Weights
private static final BlockModelRenderer.EnumNeighborInfo[] VALUES
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_)