Interface EngineLifecycleEvent<E extends Engine>
-
- All Superinterfaces:
Event,GenericEvent<E>,LifecycleEvent
- All Known Subinterfaces:
StartedEngineEvent<E>,StartingEngineEvent<E>,StoppingEngineEvent<E>
public interface EngineLifecycleEvent<E extends Engine> extends GenericEvent<E>, LifecycleEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eengine()TheEngineundergoing the lifecycle change.-
Methods inherited from interface org.spongepowered.api.event.GenericEvent
paramType
-
Methods inherited from interface org.spongepowered.api.event.lifecycle.LifecycleEvent
game
-
-