public interface ConstructEntityEvent extends Event
Entity
.Modifier and Type | Interface and Description |
---|---|
static interface |
ConstructEntityEvent.Post
Called after the construction of an
Entity . |
static interface |
ConstructEntityEvent.Pre
Called before the construction of an
Entity . |
Modifier and Type | Method and Description |
---|---|
EntityType |
getTargetType()
Gets the
EntityType of the target Entity that is going to be
constructed. |
Transform<World> |
getTransform()
|
getCause, getContext, getSource
EntityType getTargetType()
EntityType
of the target Entity
that is going to be
constructed.