Enum Class AttributeModifier.Operation
java.lang.Object
java.lang.Enum<AttributeModifier.Operation>
net.minecraft.world.entity.ai.attributes.AttributeModifier.Operation
- All Implemented Interfaces:
Serializable
,Comparable<AttributeModifier.Operation>
,Constable
,StringRepresentable
- Enclosing class:
AttributeModifier
public static enum AttributeModifier.Operation
extends Enum<AttributeModifier.Operation>
implements StringRepresentable
-
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.StringRepresentable
StringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>, StringRepresentable.StringRepresentableCodec<S extends StringRepresentable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifier.Operation>
private final String
private static final AttributeModifier.Operation[]
private final int
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeModifier.Operation
fromValue
(int p_22237_) int
toValue()
static AttributeModifier.Operation
Returns the enum constant of this class with the specified name.static AttributeModifier.Operation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ADDITION
-
MULTIPLY_BASE
-
MULTIPLY_TOTAL
-
-
Field Details
-
OPERATIONS
-
CODEC
-
name
-
value
private final int value
-
-
Constructor Details
-
Operation
-
-
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
-
toValue
public int toValue() -
fromValue
-
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-