Package net.minecraft.world.biome
Enum Class Biome.Precipitation
- All Implemented Interfaces:
Serializable
,Comparable<Biome.Precipitation>
,Constable
- Enclosing class:
Biome
- Mappings:
Namespace Name official cnk$c
intermediary net/minecraft/class_1959$class_1963
named 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Biome.Precipitation
Returns the enum constant of this class with the specified name.static Biome.Precipitation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lcnk$c;a:Lcnk$c;
intermediary field_9384
Lnet/minecraft/class_1959$class_1963;field_9384:Lnet/minecraft/class_1959$class_1963;
named NONE
Lnet/minecraft/world/biome/Biome$Precipitation;NONE:Lnet/minecraft/world/biome/Biome$Precipitation;
-
RAIN
- Mappings:
Namespace Name Mixin selector official b
Lcnk$c;b:Lcnk$c;
intermediary field_9382
Lnet/minecraft/class_1959$class_1963;field_9382:Lnet/minecraft/class_1959$class_1963;
named RAIN
Lnet/minecraft/world/biome/Biome$Precipitation;RAIN:Lnet/minecraft/world/biome/Biome$Precipitation;
-
SNOW
- Mappings:
Namespace Name Mixin selector official c
Lcnk$c;c:Lcnk$c;
intermediary field_9383
Lnet/minecraft/class_1959$class_1963;field_9383:Lnet/minecraft/class_1959$class_1963;
named SNOW
Lnet/minecraft/world/biome/Biome$Precipitation;SNOW:Lnet/minecraft/world/biome/Biome$Precipitation;
-
-
Constructor Details
-
Precipitation
private Precipitation()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-