Attribute.get constructor
Attribute.get(
- Entity target,
- AttributeType attribute, {
- double? scale,
gets the calculated modifier(with base, armor and custom)
Implementation
Attribute.get(
this.target,
this.attribute, {
this.scale,
}) : _type = _AttributeType.get;