Package net.minecraft.world.biome
Enum Biome.Precipitation
- All Implemented Interfaces:
Serializable,Comparable<Biome.Precipitation>,java.lang.constant.Constable,StringIdentifiable
- Enclosing class:
- Biome
public static enum Biome.Precipitation extends Enum<Biome.Precipitation> implements StringIdentifiable
- Mappings:
Namespace Name official buu$eintermediary net/minecraft/class_1959$class_1963named net/minecraft/world/biome/Biome$Precipitation
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private static Map<String,Biome.Precipitation>BY_NAMEstatic com.mojang.serialization.Codec<Biome.Precipitation>CODECprivate Stringname -
Constructor Summary
Constructors Modifier Constructor Description privatePrecipitation(String name) -
Method Summary
Modifier and Type Method Description StringasString()static Biome.PrecipitationbyName(String name)StringgetName()static Biome.PrecipitationvalueOf(String name)Returns the enum constant of this type with the specified name.static Biome.Precipitation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLbuu$e;a:Lbuu$e;intermediary field_9384Lnet/minecraft/class_1959$class_1963;field_9384:Lnet/minecraft/class_1959$class_1963;named NONELnet/minecraft/world/biome/Biome$Precipitation;NONE:Lnet/minecraft/world/biome/Biome$Precipitation;
-
RAIN
- Mappings:
Namespace Name Mixin selector official bLbuu$e;b:Lbuu$e;intermediary field_9382Lnet/minecraft/class_1959$class_1963;field_9382:Lnet/minecraft/class_1959$class_1963;named RAINLnet/minecraft/world/biome/Biome$Precipitation;RAIN:Lnet/minecraft/world/biome/Biome$Precipitation;
-
SNOW
- Mappings:
Namespace Name Mixin selector official cLbuu$e;c:Lbuu$e;intermediary field_9383Lnet/minecraft/class_1959$class_1963;field_9383:Lnet/minecraft/class_1959$class_1963;named SNOWLnet/minecraft/world/biome/Biome$Precipitation;SNOW:Lnet/minecraft/world/biome/Biome$Precipitation;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official dLbuu$e;d:Lcom/mojang/serialization/Codec;intermediary field_24680Lnet/minecraft/class_1959$class_1963;field_24680:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/biome/Biome$Precipitation;CODEC:Lcom/mojang/serialization/Codec;
-
BY_NAME
- Mappings:
Namespace Name Mixin selector official eLbuu$e;e:Ljava/util/Map;intermediary field_9381Lnet/minecraft/class_1959$class_1963;field_9381:Ljava/util/Map;named BY_NAMELnet/minecraft/world/biome/Biome$Precipitation;BY_NAME:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official fLbuu$e;f:Ljava/lang/String;intermediary field_9385Lnet/minecraft/class_1959$class_1963;field_9385:Ljava/lang/String;named nameLnet/minecraft/world/biome/Biome$Precipitation;name:Ljava/lang/String;
-
-
Constructor Details
-
Precipitation
- Mappings:
Namespace Name Mixin selector official <init>Lbuu$e;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1959$class_1963;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/world/biome/Biome$Precipitation;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Mappings:
Namespace Name Mixin selector official bLbuu$e;b()Ljava/lang/String;intermediary method_8752Lnet/minecraft/class_1959$class_1963;method_8752()Ljava/lang/String;named getNameLnet/minecraft/world/biome/Biome$Precipitation;getName()Ljava/lang/String;
-
byName
- Mappings:
Namespace Name Mixin selector official aLbuu$e;a(Ljava/lang/String;)Lbuu$e;intermediary method_28431Lnet/minecraft/class_1959$class_1963;method_28431(Ljava/lang/String;)Lnet/minecraft/class_1959$class_1963;named byNameLnet/minecraft/world/biome/Biome$Precipitation;byName(Ljava/lang/String;)Lnet/minecraft/world/biome/Biome$Precipitation;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLagi;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-