AzureFlow
  • 首页
    • 简介
  • 快速入门
    • 物品加载的机制
    • 插件文件夹结构
    • 创建一个 AzureFlow 物品
    • 复杂的数据类型
      • 列表 List
      • 字典 Dict
  • 基础功能
    • 插件配置文件
    • 指令介绍
      • 获取物品 - get
      • 给予物品 - give
      • 创建物品 - create
      • 执行动作 - action
      • 调试插件 - debug
      • 重载插件 - reload
  • 核心功能
    • 基础物品配置
      • 内置 - internal
      • 导入 - import
      • 定义 - define
      • 数据 - data
      • 计算属性 - computed
      • 样式 - display
    • 继承模板物品
      • 继承 - extend
      • 属性 - props
    • 交互动作配置
      • 动作 - action
    • 高级物品配置
      • methods - 方法
      • watch - 侦听
    • 其他配置
      • 多物品 - items
    • 特性介绍
      • YAML 语法增强
  • 炉火纯青
    • 新手篇
      • 记录击杀数量的物品
      • 基于列表自展开的物品
      • 根据条件渲染lore的物品
    • 进阶篇
      • 多数据分支策略的物品
      • 服务器通用排版的物品
    • 高级篇
      • 采用多策略的随机词条物品
      • 还没想好但是肯定很厉害的物品
    • 番外篇
      • 萌芽引擎篇
        • 基于萌芽槽位的饰品类物品
      • 龙之核心篇
        • 基于龙核槽位的饰品类物品
      • 传奇系列篇
        • 基于传奇宝石的道具类物品
    • 杂谈篇
      • 实现“抽奖”功能
      • 实现“箭袋”功能
      • 实现"死亡绑定"功能
      • 实现"职业限定"功能
      • 实现"死亡随机掉落"功能
  • 文档速查
    • 内置函数
      • 顶层拓展
      • 列表拓展
      • utils 工具拓展
    • 模块 - module
      • 随机 - Random
      • 时间 - Time
      • 数学 - Math
    • 触发器 - trigger
      • onPlace
      • onBreak
      • onPickOutSlot(*)
      • onPlaceInSlot(*)
      • onSpawn
      • onAttack
      • onPickUp
      • onMove
      • onKill
      • onInteract
        • onShiftRightClick
          • onShiftRightClickBlock
          • onShiftRightClickAir
        • onRightClick
          • onRightClickBlock
          • onRightClickAir
        • onShiftLeftClick
          • onShiftLeftClickBlock
          • onShiftLeftClickAir
        • onLeftClick
          • onLeftClickBlock
          • onLeftClickAir
      • onConsume
        • onDrink
        • onEat
      • onUnHeld
      • onHeld
      • onExpChange
      • onDrop
      • onChangeHand
        • onOffHand
        • onMainHand
      • onShoot
      • onHit
      • onPlaceBy
    • 动作 - action
      • 玩家相关
        • 消息类
          • 说话 talk
          • 聊天消息 tell
          • 标题消息 title
          • 动作栏消息 actionbar
          • 音效 sound
        • 位置类
          • 坐标 location
          • 传送 teleport
          • 动量 velocity
          • 冲刺 sprint
        • 命令类
          • 命令 command
          • 越权命令 admin
        • 其他类
          • 恢复 heal
          • 饱食度 hunger
          • 发光 glow
          • 药水 potion
          • 移除药水 remove-potion
          • 给予物品 give-item
      • 物品相关
        • 设置数据 set-data
        • 扣除 take
        • 更新 update
        • 物品发光 shine
        • 非安全操作 unsafe
          • 追加描述 append-lore
          • 修改名称 set-name
        • 设置耐久 durablity
        • 设置冷却 cooldown
        • 获取 attach
      • 事件相关
        • 取消事件 cancel
      • 服务器相关
        • 日志 logger
        • 控制台命令 console
      • 其他类
        • 中断 break
        • 延迟 delay
        • 概率 chance
        • 执行 run
        • 条件 check
        • 重复 repeat
        • 触发 emit
        • 设置 set
        • 异步 async
        • 同步 sync
        • 断言 require
    • 拦截器 - interceptor
      • onDeath
        • onPlayerDeath
        • onMythicmobsDeath
      • onAttack
        • onPlayerAttack
        • onMythicmobsAttack
      • onSneak
      • onUnSneak
      • onRun/onSprint
      • onUnRun/onUnSprint
      • onInteract
        • onShiftRightClick
          • onShiftRightClickBlock
          • onShiftRightClickAir
        • onRightClick
          • onRightClickBlock
          • onRightClickAir
        • onShiftLeftClick
          • onShiftLeftClickBlock
          • onShiftLeftClickAir
        • onLeftClick
          • onLeftClickBlock
          • onLeftClickAir
  • hooks
    • MythicMobs
    • PlaceholderAPI
  • 开发者帮助
    • API 接口
  • 其他信息
    • 更新记录
Powered by GitBook
On this page
  1. 文档速查

模块 - module

随机 - Random时间 - Time数学 - Math
Previousutils 工具拓展Next随机 - Random

Last updated 2 years ago