Interface ConstructEntityEvent.Post
-
- All Superinterfaces:
ConstructEntityEvent
,Event
- Enclosing interface:
- ConstructEntityEvent
public static interface ConstructEntityEvent.Post extends ConstructEntityEvent
Called after the construction of anEntity
.Note: This takes before spawning.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.ConstructEntityEvent
ConstructEntityEvent.Post, ConstructEntityEvent.Pre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
entity()
Gets theEntity
.-
Methods inherited from interface org.spongepowered.api.event.entity.ConstructEntityEvent
location, rotation, targetType
-
-