public enum class_5266 extends Enum<class_5266> implements BiomeAccessType
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Biome |
getBiome(long long2,
int int2,
int int3,
int int4,
BiomeAccess.Storage storage) |
static class_5266 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5266[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5266 INSTANCE
public static class_5266[] values()
for (class_5266 c : class_5266.values()) System.out.println(c);
public static class_5266 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Biome getBiome(long long2, int int2, int int3, int int4, BiomeAccess.Storage storage)
getBiome in interface BiomeAccessType