Package org.spongepowered.api.entity.attribute
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.entity.attribute
-
ClassDescriptionRepresents an instance of an
AttributeType
that contains a value.Represents a modifier to a value in aAttribute
which is transformed by anAttributeOperation
.Represents a builder class to createAttributeModifier
s.Represents an operation which can be applied to transform the value of anAttribute
.An enumeration ofAttributeOperation
s.