Interface IEntityAttributeInstance


public interface IEntityAttributeInstance
Access to an entity attribute instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateModifier(UUID uuid, double value)
    Changes the value of the input modifier (if it exists) and updates the instance and all children.
  • Method Details

    • updateModifier

      void updateModifier(UUID uuid, double value)
      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.