Uses of Class
com.comphenix.protocol.wrappers.WrappedAttributeModifier.Builder
Packages that use WrappedAttributeModifier.Builder
-
Uses of WrappedAttributeModifier.Builder in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedAttributeModifier.BuilderModifier and TypeMethodDescriptionWrappedAttributeModifier.Builder.amount(double amount)Set the amount to modify in the operation.Set a human readable name of this modifier.WrappedAttributeModifier.newBuilder()Construct a new attribute modifier builder.WrappedAttributeModifier.newBuilder(WrappedAttributeModifier template)Construct a new wrapped attribute modifier builder initialized to the values from a template.WrappedAttributeModifier.newBuilder(UUID id)Construct a new attribute modifier builder with the given UUID.WrappedAttributeModifier.Builder.operation(WrappedAttributeModifier.Operation operation)Set the operation that is used to compute the final attribute value.Set the unique UUID that identifies the origin of this modifier.