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