Interface IEntityAttributeInstance
public interface IEntityAttributeInstance
Access to an entity attribute instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateModifier(UUID uuid, double value) Changes the value of the input modifier (if it exists) and updates the instance and all children.
-
Method Details
-
updateModifier
Changes the value of the input modifier (if it exists) and updates the instance and all children.- Parameters:
uuid- The uuid of the modifier.value- The value to change the modifier to.
-