Uses of Class
com.comphenix.protocol.wrappers.WrappedAttribute.Builder
Packages that use WrappedAttribute.Builder
-
Uses of WrappedAttribute.Builder in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedAttribute.BuilderModifier and TypeMethodDescriptionWrappedAttribute.Builder.attributeKey(String attributeKey)Set the unique attribute key that identifies its function.WrappedAttribute.Builder.baseValue(double baseValue)Change the base value of the attribute.WrappedAttribute.Builder.modifiers(Collection<WrappedAttributeModifier> modifiers)Set the modifers that will be supplied to the client, and used to compute the final value.static WrappedAttribute.BuilderWrappedAttribute.newBuilder()Construct a new wrapped attribute builder.static WrappedAttribute.BuilderWrappedAttribute.newBuilder(WrappedAttribute template)Construct a new wrapped attribute builder initialized to the values from a template.WrappedAttribute.Builder.packet(PacketContainer packet)Set the parent update attributes packet (44).