public enum PackCompatibility extends java.lang.Enum<PackCompatibility>
Enum Constant and Description |
---|
COMPATIBLE |
TOO_NEW |
TOO_OLD |
Modifier and Type | Method and Description |
---|---|
ITextComponent |
func_198967_b() |
boolean |
func_198968_a() |
static PackCompatibility |
func_198969_a(int p_198969_0_) |
ITextComponent |
func_198971_c() |
static PackCompatibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PackCompatibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PackCompatibility TOO_OLD
public static final PackCompatibility TOO_NEW
public static final PackCompatibility COMPATIBLE
public static PackCompatibility[] values()
for (PackCompatibility c : PackCompatibility.values()) System.out.println(c);
public static PackCompatibility 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 boolean func_198968_a()
public static PackCompatibility func_198969_a(int p_198969_0_)
public ITextComponent func_198967_b()
public ITextComponent func_198971_c()