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
  • Python 模块索引

Python 模块索引

c | u
 
c
- Controller
    Controller.account_controller
    Controller.base_controller
    Controller.game_controller
    Controller.settings_controller
- Core
    Core.game
    Core.game.daemon
    Core.game.local_versions
    Core.Installation
    Core.Installation.adapter
    Core.Installation.callback_converter
    Core.Installation.scheduler
    Core.Installation.tasks
    Core.minecraft_launcher_lib
    Core.Repository
    Core.Repository.Config
    Core.request
    Core.request.download_cache
    Core.request.downloader
    Core.request.minecraft_downloader
    Core.request.optimized_downloader
    Core.user
    Core.version
    Core.version.minecraft_version
 
u
- Utils
    Utils.abc
    Utils.Exceptions
    Utils.Exceptions.code
    Utils.tools

© 版权所有 2025, Hisatri。

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