Enum Class DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper
java.lang.Object
java.lang.Enum<DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper
- All Implemented Interfaces:
Serializable
,Comparable<DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper>
,Constable
,StringIdentifiable
- Enclosing class:
DensityFunctionTypes.WeirdScaledSampler
public static enum DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper
extends Enum<DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper>
implements StringIdentifiable
- Mappings:
Namespace Name official dhe$z$a
intermediary net/minecraft/class_6916$class_6944$class_7048
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final double
private final String
(package private) final Double2DoubleFunction
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
ModifierConstructorDescriptionprivate
RarityValueMapper
(String name, Double2DoubleFunction scaleFunction, double maxValueMultiplier) -
Method Summary
-
Enum Constant Details
-
TYPE1
- Mappings:
Namespace Name Mixin selector official a
Ldhe$z$a;a:Ldhe$z$a;
intermediary field_37066
Lnet/minecraft/class_6916$class_6944$class_7048;field_37066:Lnet/minecraft/class_6916$class_6944$class_7048;
named TYPE1
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;TYPE1:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;
-
TYPE2
- Mappings:
Namespace Name Mixin selector official b
Ldhe$z$a;b:Ldhe$z$a;
intermediary field_37067
Lnet/minecraft/class_6916$class_6944$class_7048;field_37067:Lnet/minecraft/class_6916$class_6944$class_7048;
named TYPE2
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;TYPE2:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;
-
-
Field Details
-
CODEC
public static final StringIdentifiable.Codec<DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper> CODEC- Mappings:
Namespace Name Mixin selector official c
Ldhe$z$a;c:Lcom/mojang/serialization/Codec;
intermediary field_37068
Lnet/minecraft/class_6916$class_6944$class_7048;field_37068:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official d
Ldhe$z$a;d:Ljava/lang/String;
intermediary field_37070
Lnet/minecraft/class_6916$class_6944$class_7048;field_37070:Ljava/lang/String;
named name
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;name:Ljava/lang/String;
-
scaleFunction
- Mappings:
Namespace Name Mixin selector official e
Ldhe$z$a;e:Lit/unimi/dsi/fastutil/doubles/Double2DoubleFunction;
intermediary field_37071
Lnet/minecraft/class_6916$class_6944$class_7048;field_37071:Lit/unimi/dsi/fastutil/doubles/Double2DoubleFunction;
named scaleFunction
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;scaleFunction:Lit/unimi/dsi/fastutil/doubles/Double2DoubleFunction;
-
maxValueMultiplier
final double maxValueMultiplier- Mappings:
Namespace Name Mixin selector official f
Ldhe$z$a;f:D
intermediary field_37072
Lnet/minecraft/class_6916$class_6944$class_7048;field_37072:D
named maxValueMultiplier
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;maxValueMultiplier:D
-
-
Constructor Details
-
RarityValueMapper
private RarityValueMapper(String name, Double2DoubleFunction scaleFunction, double maxValueMultiplier) - Mappings:
Namespace Name Mixin selector official <init>
Ldhe$z$a;<init>(Ljava/lang/String;ILjava/lang/String;Lit/unimi/dsi/fastutil/doubles/Double2DoubleFunction;D)V
intermediary <init>
Lnet/minecraft/class_6916$class_6944$class_7048;<init>(Ljava/lang/String;ILjava/lang/String;Lit/unimi/dsi/fastutil/doubles/Double2DoubleFunction;D)V
named <init>
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$WeirdScaledSampler$RarityValueMapper;<init>(Ljava/lang/String;ILjava/lang/String;Lit/unimi/dsi/fastutil/doubles/Double2DoubleFunction;D)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
-
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 official c
Lapr;c()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;
-