IEntityAttributeInstance

Link to ientityattributeinstance

Importing the package

Link to importing-the-package

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import.
import crafttweaker.entity.AttributeInstance;

ZenGetterGetterMethodReturn Type
ZenGetter
attribute
GetterMethod
getAttribute()
Return Type
IEntityAttribute
ZenGetter
baseValue
GetterMethod
getBaseValue()
Return Type
double
ZenGetter
modifiers
GetterMethod
getModifiers()
Return Type
List<IEntityAttrubuteModifier>
ZenGetter
attributeValue
GetterMethod
getAttributeValue()
Return Type
double
ZenSetterSetterMethodParameter Type
ZenSetter
baseValue
SetterMethod
setBaseValue(value)
Parameter Type
double

Modifier Methods

Link to modifier-methods