public static enum IScoreObjectiveCriteria.EnumRenderType extends java.lang.Enum<IScoreObjectiveCriteria.EnumRenderType>
Modifier and Type | Method and Description |
---|---|
static IScoreObjectiveCriteria.EnumRenderType |
func_178795_a(java.lang.String p_178795_0_) |
java.lang.String |
func_178796_a() |
static IScoreObjectiveCriteria.EnumRenderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IScoreObjectiveCriteria.EnumRenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IScoreObjectiveCriteria.EnumRenderType INTEGER
public static final IScoreObjectiveCriteria.EnumRenderType HEARTS
public static IScoreObjectiveCriteria.EnumRenderType[] values()
for (IScoreObjectiveCriteria.EnumRenderType c : IScoreObjectiveCriteria.EnumRenderType.values()) System.out.println(c);
public static IScoreObjectiveCriteria.EnumRenderType 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 java.lang.String func_178796_a()
public static IScoreObjectiveCriteria.EnumRenderType func_178795_a(java.lang.String p_178795_0_)