OrionLauncher

内容目录:

  • API 参考文档
    • 回调系统 (Utils.callbacks)
      • 模块概述
      • 基础回调类
        • Callbacks
      • 回调组管理
        • CallbackGroup
      • 类型化回调组
        • InstallationCallbackGroup
      • 协议接口
        • 下载相关协议
        • 安装相关协议
      • 使用示例
      • 注意事项
    • Controller 模块
      • 基础控制器
        • BaseController
        • AsyncTaskWorker
      • 游戏控制器
        • GameController
      • 账户控制器
        • AccountController
      • 设置控制器
        • SettingsController
    • Core 模块
      • 核心模块概述
      • 仓库模块 (Repository)
        • 配置管理
        • 仓库基础
      • 请求模块 (request)
        • 基础下载器
        • Minecraft专用下载器
        • 优化下载器
        • 下载缓存
        • 请求模块基础
      • 版本模块 (version)
        • Minecraft版本管理
        • 版本模块基础
      • 用户模块 (user)
        • OfflineUser
      • 游戏模块 (game)
        • 本地版本管理
        • 游戏进程管理
        • 游戏模块基础
      • 安装模块 (Installation)
        • 安装调度器
        • 安装适配器
        • 安装任务
        • 回调转换器
        • 安装模块基础
      • Minecraft启动器库 (minecraft_launcher_lib)
    • Utils 模块
      • 工具集合
        • Repository
      • 通用工具
        • empty()
        • uuid_generate()
      • UUID 工具
    • 异常处理模块
      • 异常类
        • OrionException
        • CoreException
        • NetworkException
        • DownloadException
        • ApiException
        • AuthenticationException
        • FileSystemException
        • FileNotFoundException
        • FilePermissionException
        • FileOperationException
        • ConfigException
        • InvalidConfigException
        • ConfigNotFoundException
        • GameException
        • GameLaunchException
        • GameInstallException
        • ControllerException
        • InitializationException
        • AsyncTaskException
        • ViewException
        • UIException
        • UtilsException
        • RepositoryException
        • WrappedSystemException
        • decode_error_code()
        • get_error_code_for_exception()
        • format_error_code()
      • 异常状态码
        • CoreErrorCodes
        • ControllerErrorCodes
        • ViewErrorCodes
        • UtilsErrorCodes
        • SystemErrorCodes
        • get_error_code_for_exception()
        • format_error_code()
        • decode_error_code()
OrionLauncher
  • API 参考文档
  • 查看页面源码

API 参考文档

OrionLauncher 的完整 API 参考文档。

模块列表:

  • 回调系统 (Utils.callbacks)
    • 模块概述
    • 基础回调类
    • 回调组管理
    • 类型化回调组
    • 协议接口
    • 使用示例
    • 注意事项
  • Controller 模块
    • 基础控制器
    • 游戏控制器
    • 账户控制器
    • 设置控制器
  • Core 模块
    • 核心模块概述
    • 仓库模块 (Repository)
    • 请求模块 (request)
    • 版本模块 (version)
    • 用户模块 (user)
    • 游戏模块 (game)
    • 安装模块 (Installation)
    • Minecraft启动器库 (minecraft_launcher_lib)
  • Utils 模块
    • 工具集合
    • 通用工具
    • UUID 工具
  • 异常处理模块
    • 异常类
    • 异常状态码
上一页 下一页

© 版权所有 2025, Hisatri。

利用 Sphinx 构建,使用的 主题 由 Read the Docs 开发.