Class EntityEvent.EntityConstructing
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.entity.EntityEvent.EntityConstructing
- Enclosing class:
EntityEvent
EntityConstructing is fired when an Entity is being created.
This event is fired within the constructor of the Entity.
EntityEvent.getEntity()contains the entity that caused this event to occur.
This event is not cancellable, and is fired on the game event bus.
-
Nested Class Summary
Nested classes/interfaces inherited from class EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EntityEvent
getEntity
-
Constructor Details
-
EntityConstructing
-