IEntityAttribute

Link to ientityattribute

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

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.Attribute;

ZenGetterGetterMethodВозвращаемый тип
ZenGetter
name
GetterMethod
getName()
Возвращаемый тип
string
ZenGetter
defaultValue
GetterMethod
getDefaultValue()
Возвращаемый тип
double
ZenGetter
shouldWatch
GetterMethod
getShouldWatch()
Возвращаемый тип
boolean
ZenGetter
parent
GetterMethod
getParent()
Возвращаемый тип
IEntityAttribute
  • double clampValue(double Value) → Does something...