public static enum ModernBetaBuiltInTypes.Surface extends java.lang.Enum<ModernBetaBuiltInTypes.Surface>
| Enum Constant and Description |
|---|
ALPHA |
ALPHA_1_2 |
BETA |
INFDEV |
INFDEV_227 |
PE |
RELEASE |
SKYLANDS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
net.minecraft.util.ResourceLocation |
getRegistryKey() |
java.lang.String |
getRegistryString() |
static ModernBetaBuiltInTypes.Surface |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModernBetaBuiltInTypes.Surface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModernBetaBuiltInTypes.Surface BETA
public static final ModernBetaBuiltInTypes.Surface ALPHA
public static final ModernBetaBuiltInTypes.Surface ALPHA_1_2
public static final ModernBetaBuiltInTypes.Surface SKYLANDS
public static final ModernBetaBuiltInTypes.Surface INFDEV
public static final ModernBetaBuiltInTypes.Surface INFDEV_227
public static final ModernBetaBuiltInTypes.Surface PE
public static final ModernBetaBuiltInTypes.Surface RELEASE
public static ModernBetaBuiltInTypes.Surface[] values()
for (ModernBetaBuiltInTypes.Surface c : ModernBetaBuiltInTypes.Surface.values()) System.out.println(c);
public static ModernBetaBuiltInTypes.Surface 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 net.minecraft.util.ResourceLocation getRegistryKey()
public java.lang.String getRegistryString()
public java.lang.String getId()