public class FMLServerAboutToStartEvent extends ServerLifecycleEvent
InterModProcessEvent
on the dedicated
server, and after the player has hit "Play Selected World" in the client. Called before FMLServerStartingEvent
.
You can obtain a reference to the server with this event.server
Constructor and Description |
---|
FMLServerAboutToStartEvent(MinecraftServer server) |
getServer
public FMLServerAboutToStartEvent(MinecraftServer server)