跳到主要内容

开发文档

前提

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

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

事件

事件名说明
AttrAttributeTriggerEvent.Before属性触发前
AttrAttributeTriggerEvent.After属性触发后
AttrUpdateAttributeEvent.Before实体属性刷新前
AttrUpdateAttributeEvent.After实体属性刷新后
AttrAttributeReadEvent属性读取事件
AttrEntityAttackEvent实体攻击事件
AttrShieldBlockEvent盾牌格挡事件
AttrShootBowEvent弓射击事件

组件

接口名说明
AttributeComponent属性组件
ReadComponent读取组件

注释

注释名说明
@AutoRegister自动注册组件
@AutoIncreaseKey自动新增标签 (ReadComponent 会介绍)