Files
netease-modsdk-wiki/docs/mcdocs/0-欢迎.md

33 lines
749 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

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.

---
prev: false
next: false
---
# API 文档
API是构建缤纷方块世界的基石快来查查哪一个是你需要的。
### 快捷入口
<MyFeatures :items="[
{
title: '事件',
desc: '触发某操作(或达到条件)时,触发代码',
link: '/mcdocs/1-ModAPI/事件/事件索引表'
},
{
title: '接口',
desc: '在代码中,主动调用的方法',
link: '/mcdocs/1-ModAPI/接口/Api索引表'
},
{
title: '枚举值',
desc: '枚举就是变量只能从预设的几个值里选',
link: '/mcdocs/1-ModAPI/枚举值/索引'
},
{
title: 'Apollo',
desc: '基岩版网络服 Apollo API',
link: '/mcdocs/2-Apollo/4-SDK/1-大厅与游戏服事件'
},
]" />