public static enum Biome.class_5484 extends Enum<Biome.class_5484> implements StringIdentifiable
| Enum Constant and Description |
|---|
field_26407 |
field_26408 |
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<Biome.class_5484> |
field_26409 |
private String |
field_26410 |
private static Map<String,Biome.class_5484> |
field_26411 |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
abstract float |
method_30798(BlockPos blockPos,
float float2) |
static Biome.class_5484 |
method_30799(String string) |
String |
method_30800() |
static Biome.class_5484 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Biome.class_5484[] |
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, valueOfcreateCodec, createCodec, method_28142public static final Biome.class_5484 field_26407
public static final Biome.class_5484 field_26408
public static final com.mojang.serialization.Codec<Biome.class_5484> field_26409
private static final Map<String,Biome.class_5484> field_26411
private final String field_26410
public static Biome.class_5484[] values()
for (Biome.class_5484 c : Biome.class_5484.values()) System.out.println(c);
public static Biome.class_5484 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 abstract float method_30798(BlockPos blockPos, float float2)
public String method_30800()
public String asString()
asString in interface StringIdentifiablepublic static Biome.class_5484 method_30799(String string)