Class ServerStoppedEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.server.ServerLifecycleEvent
net.neoforged.neoforge.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
  • Constructor Details