IEntityAttributeInstance

Link to ientityattributeinstance

Импорт пакета

Link to импорт-пакета

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;

ZenGetterGetterMethodВозвращаемый тип
ZenGetter
attribute
GetterMethod
getAttribute()
Возвращаемый тип
IEntityAttribute
ZenGetter
baseValue
GetterMethod
getBaseValue()
Возвращаемый тип
double
ZenGetter
modifiers
GetterMethod
getModifiers()
Возвращаемый тип
List<IEntityAttrubuteModifier>
ZenGetter
attributeValue
GetterMethod
getAttributeValue()
Возвращаемый тип
double
ZenSetterSetterMethodParameter Type
ZenSetter
baseValue
SetterMethod
setBaseValue(value)
Parameter Type
double

Modifier Methods

Link to modifier-methods