-
-
Notifications
You must be signed in to change notification settings - Fork 5
CraftTweaker Capabilities
Yeelp edited this page Feb 15, 2024
·
2 revisions
DDD adds a ZenExpansion for IEntityLivingBase that lets you access additional fields related to DDD.
A ZenExpansion adds additional ZenGetters, ZenSetters and ZenMethods to an already existing ZenClass. In this case, we're adding additional functionality to crafttweaker.entity.IEntityLivingBase.
Two ZenGetters are added. You can call these ZenGetters on any IEntityLivingBase directly, no cast or anything is required!
| ZenGetter | Return Type | Notes |
|---|---|---|
| creatureType | CreatureType | Gets the Creature Type information from this entity. |
| resistances | Resistances | Gets the Resistances information from this entity. |