Uses of Class
com.comphenix.protocol.wrappers.WrappedAttributeModifier
Packages that use WrappedAttributeModifier
-
Uses of WrappedAttributeModifier in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedAttributeModifierModifier and TypeMethodDescriptionWrappedAttributeModifier.Builder.build()Construct a new attribute modifier and its wrapper using the supplied values in this builder.static WrappedAttributeModifierWrappedAttributeModifier.fromHandle(Object handle)Construct an attribute modifier wrapper around a given NMS instance.WrappedAttribute.getModifierByUUID(UUID id)Retrieve an attribute modifier by UUID.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedAttributeModifierModifier and TypeMethodDescriptionWrappedAttribute.getModifiers()Retrieve an immutable set of all the attribute modifiers that will compute the final value of this attribute.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedAttributeModifierModifier and TypeMethodDescriptionWrappedAttributeModifier.newBuilder(WrappedAttributeModifier template)Construct a new wrapped attribute modifier builder initialized to the values from a template.Method parameters in com.comphenix.protocol.wrappers with type arguments of type WrappedAttributeModifierModifier and TypeMethodDescriptionWrappedAttribute.Builder.modifiers(Collection<WrappedAttributeModifier> modifiers)Set the modifers that will be supplied to the client, and used to compute the final value.WrappedAttribute.withModifiers(Collection<WrappedAttributeModifier> modifiers)Construct an attribute with the same key and name, but a different list of modifiers.