Class AbstractSpawnEntityEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
org.spongepowered.api.event.impl.entity.AbstractAffectEntityEvent
org.spongepowered.api.event.impl.entity.AbstractSpawnEntityEvent
- All Implemented Interfaces:
Cancellable,AffectEntityEvent,SpawnEntityEvent,Event
public abstract class AbstractSpawnEntityEvent
extends AbstractAffectEntityEvent
implements SpawnEntityEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.SpawnEntityEvent
SpawnEntityEvent.Custom, SpawnEntityEvent.Pre -
Field Summary
Fields inherited from class org.spongepowered.api.event.impl.entity.AbstractAffectEntityEvent
entities, entitySnapshotsFields inherited from class org.spongepowered.api.event.impl.AbstractEvent
currentOrder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called once all fields have been set by the generated constructor in a subclass.Methods inherited from class org.spongepowered.api.event.impl.entity.AbstractAffectEntityEvent
entities, entitySnapshots, filterEntitiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spongepowered.api.event.entity.AffectEntityEvent
entities, entitySnapshots, filterEntities, filterEntityLocationsMethods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Constructor Details
-
AbstractSpawnEntityEvent
public AbstractSpawnEntityEvent()
-
-
Method Details
-
init
protected void init()Description copied from class:AbstractEventCalled once all fields have been set by the generated constructor in a subclass.This method should be used to initialize any fields that depend on parameters passed to the constructor.
- Overrides:
initin classAbstractEvent
-