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 Link icon

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

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

    cause, context, source

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

    paramType

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

    game
  • Method Details Link icon

    • engine Link icon

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