public enum EvolutionRockType extends java.lang.Enum<EvolutionRockType> implements ITranslatable
Enum Constant and Description |
---|
ICE_ROCK |
MOSSY_ROCK |
Modifier and Type | Method and Description |
---|---|
net.minecraft.world.biome.Biome.Category[] |
getBiomes() |
java.lang.String |
getLocalizedName() |
java.lang.String |
getTranslationKey() |
static EvolutionRockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvolutionRockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getTranslatedName
public static final EvolutionRockType MOSSY_ROCK
public static final EvolutionRockType ICE_ROCK
public static EvolutionRockType[] values()
for (EvolutionRockType c : EvolutionRockType.values()) System.out.println(c);
public static EvolutionRockType 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.world.biome.Biome.Category[] getBiomes()
public java.lang.String getTranslationKey()
getTranslationKey
in interface ITranslatable
public java.lang.String getLocalizedName()
getLocalizedName
in interface ITranslatable