AllWorldsLoadedEvent
Package:
com.hypixel.hytale.server.core.universe.world.eventsImplements:IEvent<Void>Cancellable: No
Standard event dispatched when all worlds have completed loading. This is a marker event with no data fields — it signals that the world loading phase of the server startup is complete.
Fields / Accessors
Section titled “Fields / Accessors”This event has no data fields.
Fired By
Section titled “Fired By”Dispatch location not identified in decompiled source. This event may be dispatched by game modules not yet mapped.
Listening
Section titled “Listening”getEventRegistry().register(AllWorldsLoadedEvent.class, event -> { // All worlds are now loaded and available getLogger().info("All worlds loaded successfully");});Related Events
Section titled “Related Events”PrepareUniverseEvent— Fired earlier during universe initialization.BootEvent— Fired during server boot lifecycle.