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 cub$aa$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>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final com.mojang.serialization.Codec<DensityFunctionTypes.Operation>private final String -
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 aLcub$aa$a;a:Lcub$aa$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 bLcub$aa$a;b:Lcub$aa$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 cLcub$aa$a;c:Lcub$aa$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 dLcub$aa$a;d:Lcub$aa$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 eLcub$aa$a;e:Lcom/mojang/serialization/Codec;intermediary field_37111Lnet/minecraft/class_6916$class_7055$class_6918;field_37111:Lcom/mojang/serialization/Codec;named codecLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$Operation$Type;codec:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official fLcub$aa$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>Lcub$aa$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 cLajw;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-