“Chemdah 开发者文档:开始”的版本间的差异
来自Purtmars Wikipedia —— 普特莫斯维基
小 (Bkm016移动页面Chemdah API至Chemdah 开发者文档,不留重定向) |
|||
第1行: | 第1行: | ||
− | + | {{:Chemdah 开发者文档目录}} | |
= 开始 = | = 开始 = | ||
在你的项目中引入 '''Chemdah''' 依赖文件,但需要注意的是 '''Chemdah''' 完全由 '''Kotlin''' 编写,使用其他语言<span style="color: red">无法进行</span>二次开发。 | 在你的项目中引入 '''Chemdah''' 依赖文件,但需要注意的是 '''Chemdah''' 完全由 '''Kotlin''' 编写,使用其他语言<span style="color: red">无法进行</span>二次开发。 | ||
第10行: | 第10行: | ||
implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1' | implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1' | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> |
2021年4月27日 (二) 22:34的版本
目录
- Chemdah
- 开始
- 基本
- 事件
- ink.ptms.chemdah.api.event.collect.ConversationEvents
- ink.ptms.chemdah.api.event.collect.ObjectiveEvents
- ink.ptms.chemdah.api.event.collect.PlayerEvents
- ink.ptms.chemdah.api.event.collect.QuestEvents
- ink.ptms.chemdah.api.event.collect.TemplateEvents
- ink.ptms.chemdah.api.event.InferEntityHookEvent
- ink.ptms.chemdah.api.event.InferItemHookEvent
- ink.ptms.chemdah.api.event.PartyHookEvent
- 对话相关
- 数据相关
- 任务相关
开始
在你的项目中引入 Chemdah 依赖文件,但需要注意的是 Chemdah 完全由 Kotlin 编写,使用其他语言无法进行二次开发。
1 repositories {
2 maven { url = 'http://repo.ptms.ink/repository/maven-releases/' }
3 }
4
5 dependencies {
6 implementation 'ink.ptms:Chemdah:SNAPSHOT 04 26 1'
7 }