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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringRepresentableStringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifier.Operation>private final Stringprivate static final AttributeModifier.Operation[]private final intFields inherited from interface net.minecraft.util.StringRepresentablePRE_BUILT_MAP_THRESHOLD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AttributeModifier.OperationfromValue(int p_22237_) inttoValue()static AttributeModifier.OperationReturns 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
- 
valueprivate final int value
 
- 
- 
Constructor Details- 
Operation
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
toValuepublic int toValue()
- 
fromValue
- 
getSerializedName- Specified by:
- getSerializedNamein interface- StringRepresentable
 
 
-