Package net.minecraft.world.biome
Enum Biome.TemperatureModifier
- All Implemented Interfaces:
Serializable
,Comparable<Biome.TemperatureModifier>
,java.lang.constant.Constable
,StringIdentifiable
- Enclosing class:
- Biome
public static enum Biome.TemperatureModifier extends Enum<Biome.TemperatureModifier> implements StringIdentifiable
- Mappings:
Namespace Name official buu$f
intermediary net/minecraft/class_1959$class_5484
named net/minecraft/world/biome/Biome$TemperatureModifier
-
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.TemperatureModifier>
BY_NAME
static com.mojang.serialization.Codec<Biome.TemperatureModifier>
CODEC
private String
name
-
Constructor Summary
Constructors Modifier Constructor Description private
TemperatureModifier(String name)
-
Method Summary
Modifier and Type Method Description String
asString()
static Biome.TemperatureModifier
byName(String name)
abstract float
getModifiedTemperature(BlockPos pos, float temperature)
String
getName()
static Biome.TemperatureModifier
valueOf(String name)
Returns the enum constant of this type with the specified name.static Biome.TemperatureModifier[]
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 a
Lbuu$f;a:Lbuu$f;
intermediary field_26407
Lnet/minecraft/class_1959$class_5484;field_26407:Lnet/minecraft/class_1959$class_5484;
named NONE
Lnet/minecraft/world/biome/Biome$TemperatureModifier;NONE:Lnet/minecraft/world/biome/Biome$TemperatureModifier;
-
FROZEN
- Mappings:
Namespace Name Mixin selector official b
Lbuu$f;b:Lbuu$f;
intermediary field_26408
Lnet/minecraft/class_1959$class_5484;field_26408:Lnet/minecraft/class_1959$class_5484;
named FROZEN
Lnet/minecraft/world/biome/Biome$TemperatureModifier;FROZEN:Lnet/minecraft/world/biome/Biome$TemperatureModifier;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official c
Lbuu$f;c:Lcom/mojang/serialization/Codec;
intermediary field_26409
Lnet/minecraft/class_1959$class_5484;field_26409:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/biome/Biome$TemperatureModifier;CODEC:Lcom/mojang/serialization/Codec;
-
BY_NAME
- Mappings:
Namespace Name Mixin selector official e
Lbuu$f;e:Ljava/util/Map;
intermediary field_26411
Lnet/minecraft/class_1959$class_5484;field_26411:Ljava/util/Map;
named BY_NAME
Lnet/minecraft/world/biome/Biome$TemperatureModifier;BY_NAME:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official d
Lbuu$f;d:Ljava/lang/String;
intermediary field_26410
Lnet/minecraft/class_1959$class_5484;field_26410:Ljava/lang/String;
named name
Lnet/minecraft/world/biome/Biome$TemperatureModifier;name:Ljava/lang/String;
-
-
Constructor Details
-
TemperatureModifier
- Mappings:
Namespace Name Mixin selector official <init>
Lbuu$f;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1959$class_5484;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/world/biome/Biome$TemperatureModifier;<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
-
getModifiedTemperature
- Mappings:
Namespace Name Mixin selector official a
Lbuu$f;a(Lfx;F)F
intermediary method_30798
Lnet/minecraft/class_1959$class_5484;method_30798(Lnet/minecraft/class_2338;F)F
named getModifiedTemperature
Lnet/minecraft/world/biome/Biome$TemperatureModifier;getModifiedTemperature(Lnet/minecraft/util/math/BlockPos;F)F
-
getName
- Mappings:
Namespace Name Mixin selector official b
Lbuu$f;b()Ljava/lang/String;
intermediary method_30800
Lnet/minecraft/class_1959$class_5484;method_30800()Ljava/lang/String;
named getName
Lnet/minecraft/world/biome/Biome$TemperatureModifier;getName()Ljava/lang/String;
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official a
Lagi;a()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
byName
- Mappings:
Namespace Name Mixin selector official a
Lbuu$f;a(Ljava/lang/String;)Lbuu$f;
intermediary method_30799
Lnet/minecraft/class_1959$class_5484;method_30799(Ljava/lang/String;)Lnet/minecraft/class_1959$class_5484;
named byName
Lnet/minecraft/world/biome/Biome$TemperatureModifier;byName(Ljava/lang/String;)Lnet/minecraft/world/biome/Biome$TemperatureModifier;
-