Enum Class DensityFunctionTypes.Operation.Type
java.lang.Object
java.lang.Enum<DensityFunctionTypes.Operation.Type>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.Operation.Type
- All Implemented Interfaces:
Serializable,Comparable<DensityFunctionTypes.Operation.Type>,Constable,StringIdentifiable
- Enclosing interface:
DensityFunctionTypes.Operation
public static enum DensityFunctionTypes.Operation.Type
extends Enum<DensityFunctionTypes.Operation.Type>
implements StringIdentifiable
- Mappings:
Namespace Name official cxb$y$aintermediary net/minecraft/class_6916$class_7055$class_6918named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type
-
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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CodecHolder<DensityFunctionTypes.Operation>private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the enum constant of this class with the specified name.static DensityFunctionTypes.Operation.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADD
- Mappings:
Namespace Name Mixin selector official aLcxb$y$a;a:Lcxb$y$a;intermediary field_36544Lnet/minecraft/class_6916$class_7055$class_6918;field_36544:Lnet/minecraft/class_6916$class_7055$class_6918;named ADDLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;ADD:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;
-
MUL
- Mappings:
Namespace Name Mixin selector official bLcxb$y$a;b:Lcxb$y$a;intermediary field_36545Lnet/minecraft/class_6916$class_7055$class_6918;field_36545:Lnet/minecraft/class_6916$class_7055$class_6918;named MULLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;MUL:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;
-
MIN
- Mappings:
Namespace Name Mixin selector official cLcxb$y$a;c:Lcxb$y$a;intermediary field_36546Lnet/minecraft/class_6916$class_7055$class_6918;field_36546:Lnet/minecraft/class_6916$class_7055$class_6918;named MINLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;MIN:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;
-
MAX
- Mappings:
Namespace Name Mixin selector official dLcxb$y$a;d:Lcxb$y$a;intermediary field_36547Lnet/minecraft/class_6916$class_7055$class_6918;field_36547:Lnet/minecraft/class_6916$class_7055$class_6918;named MAXLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;MAX:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;
-
-
Field Details
-
codec
- Mappings:
Namespace Name Mixin selector official eLcxb$y$a;e:Lajx;intermediary field_37111Lnet/minecraft/class_6916$class_7055$class_6918;field_37111:Lnet/minecraft/class_7243;named codecLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;codec:Lnet/minecraft/util/dynamic/CodecHolder;
-
name
- Mappings:
Namespace Name Mixin selector official fLcxb$y$a;f:Ljava/lang/String;intermediary field_37112Lnet/minecraft/class_6916$class_7055$class_6918;field_37112:Ljava/lang/String;named nameLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;name:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Lcxb$y$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_6916$class_7055$class_6918;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;<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
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLako;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-