public static enum BlockModel.GuiLight extends java.lang.Enum<BlockModel.GuiLight>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
field_230177_c_ |
Modifier and Type | Method and Description |
---|---|
boolean |
func_230178_a_() |
static BlockModel.GuiLight |
func_230179_a_(java.lang.String p_230179_0_) |
java.lang.String |
getSerializedName() |
static BlockModel.GuiLight |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockModel.GuiLight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockModel.GuiLight FRONT
public static final BlockModel.GuiLight SIDE
public static BlockModel.GuiLight[] values()
for (BlockModel.GuiLight c : BlockModel.GuiLight.values()) System.out.println(c);
public static BlockModel.GuiLight 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 BlockModel.GuiLight func_230179_a_(java.lang.String p_230179_0_)
public boolean func_230178_a_()
public java.lang.String getSerializedName()