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

nametype
name
entityLivingBase
type
IEntityLivingBase