🥋
AttributePlus - Pro
  • AttributePlus
  • 插件相关
    • 高版本物品问题
    • 配置
      • attribute.yml
      • stats.yml
      • script.yml
    • 语言
  • 属性相关
    • 优先级 / 战斗力 / 公式 / 消息
    • MythicMobs 属性相关
  • 读取相关
    • 过滤符相关
    • 装备条件标签
    • NBT属性加载
    • 自定义条件标签
    • 新读取格式相关 (>=3.3.0.7)
    • 旧读取格式相关 (<=3.3.0.6)
    • 属性内嵌条件格式
    • 属性百分比读取格式
  • 机制相关
    • 蓄力机制
    • 盾牌机制
    • 弓箭机制
    • 召唤机制
  • 属性脚本
    • 属性类型
    • 脚本教学
      • RUNTIME 类型
      • UPDATE 类型
      • CUSTOM 类型
      • KILLER 类型
      • 延迟触发任务
    • 脚本方法
    • 常见问题
  • 开发文档
    • API
    • Counter 计数器
    • AttributeComponent
      • AttributeType
      • Example
      • AttributeName
    • CustomTriggerComponent
    • EmbeddedCondition
    • ReadComponent
      • 教学
  • 更新记录
由 GitBook 提供支持
在本页
  • 前提
  • 事件
  • 组件
  • 注释

这有帮助吗?

开发文档

前提

你需要掌握 Java、Kotlin 其中一门编程语言 你必须拥有开发 Bukkit 插件的能力

有什么不懂的可以加 901796907 交流群问

事件

事件名

说明

AttrAttributeTriggerEvent.Before

属性触发前

AttrAttributeTriggerEvent.After

属性触发后

AttrUpdateAttributeEvent.Before

实体属性刷新前

AttrUpdateAttributeEvent.After

实体属性刷新后

AttrAttributeReadEvent

属性读取事件

AttrEntityAttackEvent

实体攻击事件

AttrShieldBlockEvent

盾牌格挡事件

AttrShootBowEvent

弓射击事件

组件

接口名

说明

属性组件

ReadComponent

读取组件

注释

注释名

说明

@AutoRegister

自动注册组件

@AutoIncreaseKey

自动新增标签 (ReadComponent 会介绍)

上一页常见问题下一页API

最后更新于4年前

这有帮助吗?

AttributeComponent