public static enum BCLibConfig.RenderRotation extends java.lang.Enum<BCLibConfig.RenderRotation>
Enum Constant and Description |
---|
DISABLED |
ENABLED |
HORIZONTALS_ONLY |
Modifier and Type | Method and Description |
---|---|
abstract net.minecraft.util.EnumFacing |
changeFacing(net.minecraft.util.EnumFacing dir) |
static BCLibConfig.RenderRotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCLibConfig.RenderRotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCLibConfig.RenderRotation DISABLED
public static final BCLibConfig.RenderRotation HORIZONTALS_ONLY
public static final BCLibConfig.RenderRotation ENABLED
public static BCLibConfig.RenderRotation[] values()
for (BCLibConfig.RenderRotation c : BCLibConfig.RenderRotation.values()) System.out.println(c);
public static BCLibConfig.RenderRotation 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 abstract net.minecraft.util.EnumFacing changeFacing(net.minecraft.util.EnumFacing dir)