Uses of Enum Class
com.comphenix.protocol.wrappers.WrappedAttributeModifier.Operation
Packages that use WrappedAttributeModifier.Operation
-
Uses of WrappedAttributeModifier.Operation in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedAttributeModifier.OperationModifier and TypeMethodDescriptionWrappedAttributeModifier.Operation.fromId(int id)Retrieve the associated operation from an ID.WrappedAttributeModifier.getOperation()Retrieve the operation that is used to compute the final attribute value.Returns the enum constant of this class with the specified name.static WrappedAttributeModifier.Operation[]WrappedAttributeModifier.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedAttributeModifier.OperationModifier and TypeMethodDescriptionWrappedAttributeModifier.Builder.operation(WrappedAttributeModifier.Operation operation)Set the operation that is used to compute the final attribute value.Constructors in com.comphenix.protocol.wrappers with parameters of type WrappedAttributeModifier.OperationModifierConstructorDescriptionprotectedWrappedAttributeModifier(Object handle, UUID uuid, String name, double amount, WrappedAttributeModifier.Operation operation)Construct an attribute modifier wrapper around a NMS instance.protectedWrappedAttributeModifier(UUID uuid, String name, double amount, WrappedAttributeModifier.Operation operation)Construct a new wrapped attribute modifier with no associated handle.