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

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

name(名称)类型
name(名称)
entityLivingBase
类型
IEntityLivingBase