Package net.minecraft.world.biome
Enum Biome.Temperature
- All Implemented Interfaces:
Serializable,Comparable<Biome.Temperature>,java.lang.constant.Constable
- Enclosing class:
- Biome
public static enum Biome.Temperature extends Enum<Biome.Temperature>
- Mappings:
Namespace Name official ady$bintermediary net/minecraft/class_113$class_115named net/minecraft/world/biome/Biome$Temperature
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateTemperature() -
Method Summary
Modifier and Type Method Description static Biome.TemperaturevalueOf(String name)Returns the enum constant of this type with the specified name.static Biome.Temperature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OCEAN
- Mappings:
Namespace Name Mixin selector official aLady$b;a:Lady$b;intermediary field_434Lnet/minecraft/class_113$class_115;field_434:Lnet/minecraft/class_113$class_115;named OCEANLnet/minecraft/world/biome/Biome$Temperature;OCEAN:Lnet/minecraft/world/biome/Biome$Temperature;
-
COLD
- Mappings:
Namespace Name Mixin selector official bLady$b;b:Lady$b;intermediary field_435Lnet/minecraft/class_113$class_115;field_435:Lnet/minecraft/class_113$class_115;named COLDLnet/minecraft/world/biome/Biome$Temperature;COLD:Lnet/minecraft/world/biome/Biome$Temperature;
-
MEDIUM
- Mappings:
Namespace Name Mixin selector official cLady$b;c:Lady$b;intermediary field_436Lnet/minecraft/class_113$class_115;field_436:Lnet/minecraft/class_113$class_115;named MEDIUMLnet/minecraft/world/biome/Biome$Temperature;MEDIUM:Lnet/minecraft/world/biome/Biome$Temperature;
-
WARM
- Mappings:
Namespace Name Mixin selector official dLady$b;d:Lady$b;intermediary field_437Lnet/minecraft/class_113$class_115;field_437:Lnet/minecraft/class_113$class_115;named WARMLnet/minecraft/world/biome/Biome$Temperature;WARM:Lnet/minecraft/world/biome/Biome$Temperature;
-
-
Constructor Details
-
Temperature
private Temperature()
-
-
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
-