Class ServerStoppedEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.server.ServerLifecycleEvent
net.minecraftforge.event.server.ServerStoppedEvent

public class ServerStoppedEvent extends ServerLifecycleEvent
Called after ServerStoppingEvent when the server has completely shut down. Called immediately before shutting down, on the dedicated server, and before returning to the main menu on the client.
Author:
cpw
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Field Summary

    Fields inherited from class net.minecraftforge.event.server.ServerLifecycleEvent

    server
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraftforge.event.server.ServerLifecycleEvent

    getServer

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details