Files
netease-modsdk-wiki/docs/mcdocs/0-概述/0-概述.md
2025-03-18 14:46:12 +08:00

29 lines
1.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 概述
技术手册主要分ModAPIApollo和PresetAPI三部分。
## ModSdk技术手册
ModAPI是各项开发的基石能让开发者自定义修改我的世界中的游戏内容。
页面左侧有分类目录,根据开发模块对**接口**、**事件**进行了分类,也可便捷查阅**枚举值**以及**更新信息**。搜索栏可基于描述或者API名称进行搜索。
![插件下载](./images/introduction1.png)
## Apollo技术手册
Apollo是用于开发和部署我的世界PE版网络游戏服务器集群的工具。集成功能插件、负载均衡、集群管理、运营指令等功能于一体。使开发者只需专注于MOD业务逻辑开发更多玩法组件为我的世界的创新拓展带来更多可能。
页面左侧有分类目录,包含所有**官方插件**介绍、网络服**专用API**介绍以及**更新信息**。搜索栏可基于描述或者API名称进行搜索。
![插件下载](./images/introduction2.png)
## 预设架构技术手册
<a href="../../mcguide/20-玩法开发/14-预设玩法编程/13-PresetAPI/更新信息/2.4.0.html" rel="noopenner">Preset API</a>是专用于预设架构开发的API。
页面左侧有分类目录可以查看不同游戏对象类的成员变量接口事件以及预设API的整体**更新信息**。搜索栏可基于描述或者API名称进行搜索。
![image-20210728191249948](./images/introduction3.png)