{"id":34055062,"url":"https://github.com/charminglee/mc-netease-sdk-nyrev","last_synced_at":"2026-04-09T00:02:30.708Z","repository":{"id":312533964,"uuid":"1047781046","full_name":"charminglee/mc-netease-sdk-nyrev","owner":"charminglee","description":"网易我的世界ModSDK补全库修正版，支持Python2与Python3。","archived":false,"fork":false,"pushed_at":"2026-03-24T15:37:05.000Z","size":823,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-25T20:18:40.669Z","etag":null,"topics":["bedrock","minecraft","modsdk","netease","python"],"latest_commit_sha":null,"homepage":"https://mc.163.com/dev/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charminglee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-31T08:02:28.000Z","updated_at":"2026-03-24T15:37:11.000Z","dependencies_parsed_at":"2025-08-31T11:34:29.694Z","dependency_job_id":"39d73d69-e24b-4527-a588-2a932c600734","html_url":"https://github.com/charminglee/mc-netease-sdk-nyrev","commit_stats":null,"previous_names":["charminglee/mc-netease-sdk-nyrev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/charminglee/mc-netease-sdk-nyrev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charminglee%2Fmc-netease-sdk-nyrev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charminglee%2Fmc-netease-sdk-nyrev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charminglee%2Fmc-netease-sdk-nyrev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charminglee%2Fmc-netease-sdk-nyrev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charminglee","download_url":"https://codeload.github.com/charminglee/mc-netease-sdk-nyrev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charminglee%2Fmc-netease-sdk-nyrev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bedrock","minecraft","modsdk","netease","python"],"created_at":"2025-12-14T02:38:57.043Z","updated_at":"2026-04-09T00:02:30.702Z","avatar_url":"https://github.com/charminglee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  # 网易我的世界 [ModSDK](https://mc.163.com/dev/index.html) 补全库修正版  \n  **已更新至 3.7 版本，支持 Python2 与 Python3**\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n## 安装\n\n\u003e [!NOTE]  \n\u003e 安装前请先卸载网易补全库。\n\n```commandline\npip install mc-netease-sdk-nyrev\n```\n\n## 修正列表\n\n### 接口修正\n\n1. 移除所有接口返回值类型上的单引号。\n2. 删除文档注释中多余的网址。\n3. 补充`mcmath`模块的类型注解。\n4. 补充`mod`模块的类型注解。\n5. 优化`baseSystem`模块的类型注解。\n6. 优化各component类的类型注解。\n7. 补充缺失的`miniMapBaseScreen`模块。\n8. 优化`extraClientApi`模块的类型注解。\n9. 优化`extraServerApi`模块的类型注解。\n10. 优化`illustratedBook`各模块的类型注解。\n11. 优化了`apolloCommon`、`lobby`、`lobbyGame`、`master`、`service`各模块的类型注解。\n12. 补充`BaseUIControl.__init__()`。\n13. 补充`ScreenNode.__init__()`。\n14. 修复`EngineCompFactoryClient.CreateDrawing()`的返回值类型错误导致无法补全的问题。\n15. 修复`EngineCompFactoryClient.CreateDimension()`的返回值类型错误导致无法补全的问题。\n16. 修复`DrawingCompClient`一系列接口的返回值类型错误导致无法补全的问题。\n17. 补充`BlockEntityData`的类型注解。\n18. 补充`CustomUIControlProxy`的类型注解。\n19. 补充`CustomUIScreenProxy`的类型注解。\n20. 补充`NativeScreenManager`的类型注解。\n21. 补充`ViewBinder`的类型注解。\n22. 优化`BaseUIControl`的类型注解。\n23. 优化`ButtonUIControl`的类型注解。\n24. 优化`NeteaseComboBoxUIControl`的类型注解。\n25. 优化`NeteasePaperDollUIControl`的类型注解。\n26. 优化`SelectionWheelUIControl`的类型注解。\n27. 修复`NativeScreenManager`的补全问题。\n28. 补充富文本控件实例`RichTextItem`相关补全。\n29. 补充`EngineCompFactoryServer.CreatePhysx()`的`entityId`参数。\n\n### 其他修正\n\n1. 移除`MC`文件夹（未知用途）。\n2. 移除`Meta`与`Preset`文件夹（零件/预设相关模块，官方已停止维护）。\n\n## IDE设置优化\n\n通过对 [PyCharm](https://www.jetbrains.com/zh-cn/pycharm/) 进行设置，可在接口的文档注释中自动显示网易文档链接，点击链接即可跳转到该接口对应的网易文档。\n\n\u003cimg src=\"/img/20FC8BF4C775212B968365E95DB52A0F.jpg\" width=\"528\" alt=\"\"\u003e\n\n设置步骤如下：\n\n1. 按快捷键 Ctrl+Alt+S 打开设置；\n2. 找到 Python | External Documentation（外部文档）；\n3. 点击加号，在 Module Name（模块名称）中输入`mod`，在 URL/Path Pattern（URL/路径模式）中输入以下网址：\n   ```\n   https://mc.163.com/dev/mcmanual/mc-dev/mcdocs/1-ModAPI/%E6%8E%A5%E5%8F%A3/Api%E7%B4%A2%E5%BC%95%E8%A1%A8.html?key={function.name}\u0026docindex=0\u0026type=0\n   ```\n4. 最后点击 OK（确定）即可。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharminglee%2Fmc-netease-sdk-nyrev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharminglee%2Fmc-netease-sdk-nyrev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharminglee%2Fmc-netease-sdk-nyrev/lists"}