Class FMLServerStartedEvent
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.fml.event.server.ServerLifecycleEvent
-
- net.minecraftforge.fml.event.server.FMLServerStartedEvent
-
public class FMLServerStartedEvent extends ServerLifecycleEvent
Called afterFMLServerStartingEvent
when the server is available and ready to play.- Author:
- cpw
-
-
Field Summary
-
Fields inherited from class net.minecraftforge.fml.event.server.ServerLifecycleEvent
server
-
-
Constructor Summary
Constructors Constructor Description FMLServerStartedEvent(MinecraftServer server)
-
Method Summary
-
Methods inherited from class net.minecraftforge.fml.event.server.ServerLifecycleEvent
getServer
-
-
-
-
Constructor Detail
-
FMLServerStartedEvent
public FMLServerStartedEvent(MinecraftServer server)
-
-