This interface is extended by all Events that can have a central living entity.

Importing the class

Link to importing-the-class

It might be required to import the class to avoid errors.
import crafttweaker.event.ILivingEvent;

Extending IEntityEvent

Link to extending-ientityevent

This interface extends IEntityEvent, which means that all functionality that IEntityEvent offers is also present in ILivingEvent

ZenGetters/ZenSetters

Link to zengetterszensetters

The following information can be retrieved/set during the event:

ZenGetterZenSetterType
ZenGetter
entityLivingBase
ZenSetter
Type
IEntityLivingBase