Enum Class DensityFunctionTypes.BinaryOperationLike.Type
java.lang.Object
java.lang.Enum<DensityFunctionTypes.BinaryOperationLike.Type>
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.BinaryOperationLike.Type
- All Implemented Interfaces:
Serializable
,Comparable<DensityFunctionTypes.BinaryOperationLike.Type>
,Constable
,StringIdentifiable
- Enclosing interface:
DensityFunctionTypes.BinaryOperationLike
public static enum DensityFunctionTypes.BinaryOperationLike.Type
extends Enum<DensityFunctionTypes.BinaryOperationLike.Type>
implements StringIdentifiable
- Mappings:
Namespace Name official dhe$y$a
intermediary net/minecraft/class_6916$class_7055$class_6918
named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$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
-
Field Summary
Modifier and TypeFieldDescription(package private) final CodecHolder<DensityFunctionTypes.BinaryOperationLike>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
-
Enum Constant Details
-
ADD
- Mappings:
Namespace Name Mixin selector official a
Ldhe$y$a;a:Ldhe$y$a;
intermediary field_36544
Lnet/minecraft/class_6916$class_7055$class_6918;field_36544:Lnet/minecraft/class_6916$class_7055$class_6918;
named ADD
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;ADD:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
-
MUL
- Mappings:
Namespace Name Mixin selector official b
Ldhe$y$a;b:Ldhe$y$a;
intermediary field_36545
Lnet/minecraft/class_6916$class_7055$class_6918;field_36545:Lnet/minecraft/class_6916$class_7055$class_6918;
named MUL
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;MUL:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
-
MIN
- Mappings:
Namespace Name Mixin selector official c
Ldhe$y$a;c:Ldhe$y$a;
intermediary field_36546
Lnet/minecraft/class_6916$class_7055$class_6918;field_36546:Lnet/minecraft/class_6916$class_7055$class_6918;
named MIN
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;MIN:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
-
MAX
- Mappings:
Namespace Name Mixin selector official d
Ldhe$y$a;d:Ldhe$y$a;
intermediary field_36547
Lnet/minecraft/class_6916$class_7055$class_6918;field_36547:Lnet/minecraft/class_6916$class_7055$class_6918;
named MAX
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;MAX:Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;
-
-
Field Details
-
codecHolder
- Mappings:
Namespace Name Mixin selector official e
Ldhe$y$a;e:Laou;
intermediary field_37111
Lnet/minecraft/class_6916$class_7055$class_6918;field_37111:Lnet/minecraft/class_7243;
named codecHolder
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;codecHolder:Lnet/minecraft/util/dynamic/CodecHolder;
-
name
- Mappings:
Namespace Name Mixin selector official f
Ldhe$y$a;f:Ljava/lang/String;
intermediary field_37112
Lnet/minecraft/class_6916$class_7055$class_6918;field_37112:Ljava/lang/String;
named name
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$Type;name:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>
Ldhe$y$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_6916$class_7055$class_6918;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$BinaryOperationLike$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
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;
-