Interface ConstructEntityEvent.Pre
-
- All Superinterfaces:
Cancellable,ConstructEntityEvent,Event
- Enclosing interface:
- ConstructEntityEvent
public static interface ConstructEntityEvent.Pre extends ConstructEntityEvent, Cancellable
Called before the construction of anEntity. Usually, this will occur whenever anEntityis going to be instantiated. The only thing known for the event is theEntityType.Note: This does not cover all Entity construction. A best effort is made to capture as many as we can.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.ConstructEntityEvent
ConstructEntityEvent.Post, ConstructEntityEvent.Pre
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.entity.ConstructEntityEvent
location, rotation, targetType
-
-