Package net.minecraft.world.biome
Enum Class Biome.TemperatureModifier
- All Implemented Interfaces:
Serializable
,Comparable<Biome.TemperatureModifier>
,Constable
,StringIdentifiable
- Enclosing class:
Biome
public static enum Biome.TemperatureModifier
extends Enum<Biome.TemperatureModifier>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/world/biome/Biome$TemperatureModifier
intermediary net/minecraft/class_1959$class_5484
official dcz$d
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Biome.TemperatureModifier> private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.abstract float
getModifiedTemperature
(BlockPos pos, float temperature) getName()
static Biome.TemperatureModifier
Returns the enum constant of this class with the specified name.static Biome.TemperatureModifier[]
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 named NONE
Lnet/minecraft/world/biome/Biome$TemperatureModifier;NONE:Lnet/minecraft/world/biome/Biome$TemperatureModifier;
intermediary field_26407
Lnet/minecraft/class_1959$class_5484;field_26407:Lnet/minecraft/class_1959$class_5484;
official a
Ldcz$d;a:Ldcz$d;
-
FROZEN
- Mappings:
Namespace Name Mixin selector named FROZEN
Lnet/minecraft/world/biome/Biome$TemperatureModifier;FROZEN:Lnet/minecraft/world/biome/Biome$TemperatureModifier;
intermediary field_26408
Lnet/minecraft/class_1959$class_5484;field_26408:Lnet/minecraft/class_1959$class_5484;
official b
Ldcz$d;b:Ldcz$d;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/biome/Biome$TemperatureModifier;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_26409
Lnet/minecraft/class_1959$class_5484;field_26409:Lcom/mojang/serialization/Codec;
official c
Ldcz$d;c:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/world/biome/Biome$TemperatureModifier;name:Ljava/lang/String;
intermediary field_26410
Lnet/minecraft/class_1959$class_5484;field_26410:Ljava/lang/String;
official d
Ldcz$d;d:Ljava/lang/String;
-
-
Constructor Details
-
TemperatureModifier
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/biome/Biome$TemperatureModifier;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1959$class_5484;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldcz$d;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
getModifiedTemperature
- Mappings:
Namespace Name Mixin selector named getModifiedTemperature
Lnet/minecraft/world/biome/Biome$TemperatureModifier;getModifiedTemperature(Lnet/minecraft/util/math/BlockPos;F)F
intermediary method_30798
Lnet/minecraft/class_1959$class_5484;method_30798(Lnet/minecraft/class_2338;F)F
official a
Ldcz$d;a(Liz;F)F
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/world/biome/Biome$TemperatureModifier;getName()Ljava/lang/String;
intermediary method_30800
Lnet/minecraft/class_1959$class_5484;method_30800()Ljava/lang/String;
official a
Ldcz$d;a()Ljava/lang/String;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-