public class FMLServerStartingEvent extends ServerLifecycleEvent
FMLServerAboutToStartEvent
and before FMLServerStartedEvent
.
This event allows for customizations of the server, such as loading custom commands, perhaps customizing recipes or
other activities.server
Constructor and Description |
---|
FMLServerStartingEvent(MinecraftServer server) |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.CommandDispatcher<CommandSource> |
getCommandDispatcher() |
getServer
public FMLServerStartingEvent(MinecraftServer server)
public com.mojang.brigadier.CommandDispatcher<CommandSource> getCommandDispatcher()