IEntityAttributeInstance

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;

ZenGetters

ZenGetterGetterMethodReturn Type
ZenGetter
attribute
GetterMethod
getAttribute()
Return Type
IEntityAttribute
ZenGetter
baseValue
GetterMethod
getBaseValue()
Return Type
double
ZenGetter
modifiers
GetterMethod
getModifiers()
Return Type
List<IEntityAttributeModifier>
ZenGetter
attributeValue
GetterMethod
getAttributeValue()
Return Type
double

ZenSetters

ZenSetterSetterMethodParameter Type
ZenSetter
baseValue
SetterMethod
setBaseValue(value)
Parameter Type
double

Modifier Methods