Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EmuLinkerMasterUpdateTask(publicInfo: PublicServerInformation, kailleraServer: KailleraServer, flags: RuntimeFlags, releaseInfo: ReleaseInfo) : MasterListUpdateTask
Link copied to clipboard
class KailleraMasterUpdateTask(publicInfo: PublicServerInformation, kailleraServer: KailleraServer, statsCollector: StatsCollector, flags: RuntimeFlags, releaseInfo: ReleaseInfo) : MasterListUpdateTask
Link copied to clipboard
class MasterListUpdater(flags: RuntimeFlags, statsCollector: StatsCollector, serverCheckinTask: ServerCheckinTask, emuLinkerMasterUpdateTask: EmuLinkerMasterUpdateTask, kailleraMasterUpdateTask: KailleraMasterUpdateTask, taskScheduler: TaskScheduler)
Link copied to clipboard
interface MasterListUpdateTask
Link copied to clipboard
class ServerCheckinTask(publicServerInfo: PublicServerInformation, releaseInfo: ReleaseInfo, flags: RuntimeFlags) : MasterListUpdateTask
Check in with the EmuLinker-K API to check for updates and other urgent messages for server administrators, report high-level performance statistics to catch and fix regressions, and to register the server with the master server lists (if enabled).
Link copied to clipboard
@Serializable