Package | Description |
---|---|
com.comphenix.protocol.wrappers |
Modifier and Type | Method and Description |
---|---|
WrappedAttribute.Builder |
WrappedAttribute.Builder.attributeKey(java.lang.String attributeKey)
Set the unique attribute key that identifies its function.
|
WrappedAttribute.Builder |
WrappedAttribute.Builder.baseValue(double baseValue)
Change the base value of the attribute.
|
WrappedAttribute.Builder |
WrappedAttribute.Builder.modifiers(java.util.Collection<WrappedAttributeModifier> modifiers)
Set the modifers that will be supplied to the client, and used to compute the final value.
|
static WrappedAttribute.Builder |
WrappedAttribute.newBuilder()
Construct a new wrapped attribute builder.
|
static WrappedAttribute.Builder |
WrappedAttribute.newBuilder(WrappedAttribute template)
Construct a new wrapped attribute builder initialized to the values from a template.
|
WrappedAttribute.Builder |
WrappedAttribute.Builder.packet(PacketContainer packet)
Set the parent update attributes packet (44).
|