public abstract class AbstractSpawnEntityEvent extends AbstractEvent implements SpawnEntityEvent
SpawnEntityEvent.ChunkLoad, SpawnEntityEvent.Custom, SpawnEntityEvent.SpawnercurrentOrder| 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, waitfilterEntities, filterEntityLocations, getEntities, getEntitySnapshotsgetCause, getContext, getSourceisCancelled, setCancelledprotected void init()
AbstractEventThis method should be used to initialize any fields that depend on parameters passed to the constructor.
init in class AbstractEvent