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

    Modifier and Type
    Method
    Description
    The Engine undergoing the lifecycle change.

    Methods inherited from interface org.spongepowered.api.event.Event

    cause, context, source

    Methods inherited from interface org.spongepowered.api.event.GenericEvent

    paramType

    Methods inherited from interface org.spongepowered.api.event.lifecycle.LifecycleEvent

    game
  • Method Details

    • engine

      E engine()
      The Engine undergoing the lifecycle change.
      Returns:
      The engine