普特莫斯维基 (Purtmars Wikipedia 📖)

“Chemdah 开发者文档目录”的版本间的差异

来自Purtmars Wikipedia —— 普特莫斯维基
第15行: 第15行:
 
** ink.ptms.chemdah.api.event.'''PartyHookEvent'''
 
** ink.ptms.chemdah.api.event.'''PartyHookEvent'''
 
* '''对话相关'''
 
* '''对话相关'''
** ink.ptms.chemdah.core.'''Conversation'''
+
** 会话控制
** ink.ptms.chemdah.core.'''Session'''
 
** 玩家会话
 
 
** 自定义对话触发器
 
** 自定义对话触发器
 
** 自定义对话主题
 
** 自定义对话主题
 
* '''数据相关'''
 
* '''数据相关'''
** ink.ptms.chemdah.core.'''PlayerProfile'''
+
** 数据控制
** ink.ptms.chemdah.core.'''DataContainer'''
 
** ink.ptms.chemdah.core.'''Data'''
 
 
** 数据持久化与生命周期
 
** 数据持久化与生命周期
 
* '''任务相关'''
 
* '''任务相关'''
** ink.ptms.chemdah.core.quest.'''Quest'''
+
** 任务控制
** ink.ptms.chemdah.core.quest.'''QuestContainer'''
 
** ink.ptms.chemdah.core.quest.'''QuestDataOperator'''
 
** ink.ptms.chemdah.core.quest.'''QuestLoader'''
 
** ink.ptms.chemdah.core.quest.'''Task'''
 
** ink.ptms.chemdah.core.quest.'''Template'''
 
** ink.ptms.chemdah.core.quest.objective.'''Objective'''
 
 
** 自定义任务目标
 
** 自定义任务目标
 
** 自定义元数据
 
** 自定义元数据

2021年4月27日 (二) 20:16的版本

Watermark

目录

  • 基本
  • 事件
    • 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.InferEntityHookEvent
    • ink.ptms.chemdah.api.event.InferItemHookEvent
    • ink.ptms.chemdah.api.event.PartyHookEvent
  • 对话相关
    • 会话控制
    • 自定义对话触发器
    • 自定义对话主题
  • 数据相关
    • 数据控制
    • 数据持久化与生命周期
  • 任务相关
    • 任务控制
    • 自定义任务目标
    • 自定义元数据
    • 自定义组件
    • 自定义物品选择器
    • 自定义实体选择器