Interface ConstructEntityEvent.Pre

All Superinterfaces:
Cancellable, ConstructEntityEvent, Event
Enclosing interface:
ConstructEntityEvent

public static interface ConstructEntityEvent.Pre extends ConstructEntityEvent, Cancellable
Called before the construction of an Entity. Usually, this will occur whenever an Entity is going to be instantiated. The only thing known for the event is the EntityType.

Note: This does not cover all Entity construction. A best effort is made to capture as many as we can.