IEntityAttributeInstance

Link to ientityattributeinstance

Dieses Paket importieren

Link to dieses-paket-importieren

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;

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

Modifier Methods

Link to modifier-methods