IEntityAttribute
Link to ientityattribute
Importing the package
Link to 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.Attribute;
ZenGetters
Link to zengetters
ZenGetter | GetterMethod | Return Type |
---|---|---|
ZenGetter name | GetterMethod getName() | Return Type string |
ZenGetter defaultValue | GetterMethod getDefaultValue() | Return Type double |
ZenGetter shouldWatch | GetterMethod getShouldWatch() | Return Type boolean |
ZenGetter parent | GetterMethod getParent() | Return Type IEntityAttribute |
More ZenMethods
Link to more-zenmethods
- double clampValue(double Value) → Does something...