Class CloudNeoForgeEntrypoint
java.lang.Object
org.incendo.cloud.neoforge.CloudNeoForgeEntrypoint
-
Constructor Summary
ConstructorsConstructorDescriptionCloudNeoForgeEntrypoint(net.neoforged.bus.api.IEventBus modBus) Creates aCloudNeoForgeEntrypoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns whetherServerStartingEventwas called already.
-
Constructor Details
-
CloudNeoForgeEntrypoint
public CloudNeoForgeEntrypoint(net.neoforged.bus.api.IEventBus modBus) Creates aCloudNeoForgeEntrypoint.- Parameters:
modBus- mod event bus
-
-
Method Details
-
hasServerAlreadyStarted
public static boolean hasServerAlreadyStarted()Returns whetherServerStartingEventwas called already.- Returns:
- whether the server started already
-