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, entitySnapshots
-
Fields inherited from class org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
-
Constructor Summary
Constructors Constructor Description AbstractSpawnEntityEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
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, filterEntities
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.spongepowered.api.event.entity.AffectEntityEvent
entities, entitySnapshots, filterEntities, filterEntityLocations
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-
-
-
Method Detail
-
init
protected void init()
Description copied from class:AbstractEvent
Called 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:
init
in classAbstractEvent
-
-