public abstract class AbstractSpawnEntityEvent extends AbstractEvent implements SpawnEntityEvent
SpawnEntityEvent.ChunkLoad, SpawnEntityEvent.Custom, SpawnEntityEvent.Spawner
currentOrder
Constructor and Description |
---|
AbstractSpawnEntityEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
init()
Called once all fields have been set by the generated
constructor in a subclass.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filterEntities, filterEntityLocations, getEntities, getEntitySnapshots
getCause, getContext, getSource
isCancelled, setCancelled
protected void init()
AbstractEvent
This method should be used to initialize any fields that depend on parameters passed to the constructor.
init
in class AbstractEvent