Uses of Class
com.comphenix.protocol.wrappers.WrappedAttribute
Packages that use WrappedAttribute
-
Uses of WrappedAttribute in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedAttributeModifier and TypeMethodDescriptionAbstractStructure.getAttributeCollectionModifier()Retrieves a read/write structure for collections of attribute snapshots. -
Uses of WrappedAttribute in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedAttributeModifier and TypeMethodDescriptionWrappedAttribute.Builder.build()Build a new wrapped attribute with the values of this builder.static WrappedAttributeWrappedAttribute.fromHandle(Object handle)Construct a new wrapped attribute around a specific NMS instance.WrappedAttribute.withModifiers(Collection<WrappedAttributeModifier> modifiers)Construct an attribute with the same key and name, but a different list of modifiers.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedAttributeModifier and TypeMethodDescriptionstatic EquivalentConverter<WrappedAttribute>BukkitConverters.getWrappedAttributeConverter()Retrieve a converter for wrapped attribute snapshots.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedAttributeModifier and TypeMethodDescriptionstatic WrappedAttribute.BuilderWrappedAttribute.newBuilder(WrappedAttribute template)Construct a new wrapped attribute builder initialized to the values from a template.