ILivingEvent
This interface is extended by all Events that can have a central living entity.
Importing the class
It might be required to import the class to avoid errors.
import crafttweaker.event.ILivingEvent;
Extending IEntityEvent
This interface extends IEntityEvent, which means that all functionality that IEntityEvent offers is also present in ILivingEvent
ZenGetters/ZenSetters
The following information can be retrieved/set during the event:
ZenGetter | ZenSetter | Type |
---|---|---|
ZenGetter entityLivingBase | ZenSetter | Type IEntityLivingBase |