A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
D
- damage(org.bukkit.event.player.PlayerItemBreakEvent) - function in cn.org.bukkit.craneattribute.core.listener.PlayerListener
- DamageTracker - class in cn.org.bukkit.craneattribute.api.attribute.handler
- 伤害追踪器接口用于按实体(UUID)和伤害来源分类记录、管理累计伤害值。 支持增、减、设置、查询特定来源或总伤害,常用于伤害统计、反伤机制、伤害分摊等玩法逻辑。
- DARKNESS() - function in cn.org.bukkit.craneattribute.core.utils.BukkitPotionEffectType
- DataStore - class in cn.org.bukkit.craneattribute.core.database
- DataStore.Companion - class in cn.org.bukkit.craneattribute.core.database.DataStore
- DataStoreSQL - class in cn.org.bukkit.craneattribute.core.database
- DataStoreSQLite - class in cn.org.bukkit.craneattribute.core.database
- death(org.bukkit.event.entity.EntityDeathEvent) - function in cn.org.bukkit.craneattribute.core.listener.EntityListener
- death(org.bukkit.event.entity.PlayerDeathEvent) - function in cn.org.bukkit.craneattribute.core.listener.PlayerListener
- debug(cn.org.bukkit.craneattribute.core.logging.CaLogger.DebugLevel,java.lang.String,java.lang.Object) - function in cn.org.bukkit.craneattribute.core.logging.CaLogger
- debug(java.lang.Integer,java.lang.String,java.lang.Object) - function in cn.org.bukkit.craneattribute.core.logging.CaLogger
- debugInfo(java.lang.String,java.lang.Object) - function in cn.org.bukkit.craneattribute.core.logging.CaLogger
- debugTrigger(java.lang.String,java.lang.Object) - function in cn.org.bukkit.craneattribute.core.logging.CaLogger
- Declarative - class in cn.org.bukkit.craneattribute.api.attribute.source
- 声明式属性来源标记接口实现此接口的属性来源表示其属性值是直接声明在数据源中的。
- DefaultAttribute - class in cn.org.bukkit.craneattribute.core.attribute
- DefaultAttributes - class in cn.org.bukkit.craneattribute.core.manager.data
- deserialize(kotlinx.serialization.encoding.Decoder) - function in cn.org.bukkit.craneattribute.api.utils.CounterRemoveTriggerSerializer
- deserialize(kotlinx.serialization.encoding.Decoder) - function in cn.org.bukkit.craneattribute.api.utils.SourceRemoveTriggerSerializer
- despawn() - function in cn.org.bukkit.craneattribute.api.effect.VisualEffectComponent
- despawn() - function in cn.org.bukkit.craneattribute.core.effect.VisualEffect
- disableAndClear() - function in cn.org.bukkit.craneattribute.api.manager.data.Attributes
- 禁用并清空所有已注册的属性组件。应依次对每个组件调用 AttributeComponent.onDisable, 然后移除所有引用,便于 GC 回收。典型调用时机:
插件重载(
/crane reload);类型卸载;
服务器关闭。
- disableAndClear() - function in cn.org.bukkit.craneattribute.core.manager.data.DefaultAttributes
- 禁用并清空所有已注册的属性组件。应依次对每个组件调用 AttributeComponent.onDisable, 然后移除所有引用,便于 GC 回收。典型调用时机:
插件重载(
/crane reload);类型卸载;
服务器关闭。
- disableAndClear() - function in cn.org.bukkit.craneattribute.core.manager.data.SortableAttributes
- 禁用并清空所有已注册的属性组件。应依次对每个组件调用 AttributeComponent.onDisable, 然后移除所有引用,便于 GC 回收。典型调用时机:
插件重载(
/crane reload);类型卸载;
服务器关闭。
- displayText(taboolib.common.platform.ProxyCommandSender,java.util.List) - function in cn.org.bukkit.craneattribute.core.command.utils.CommandHelper
- DOLPHINS_GRACE() - function in cn.org.bukkit.craneattribute.core.utils.BukkitPotionEffectType
- drop(org.bukkit.event.player.PlayerDropItemEvent) - function in cn.org.bukkit.craneattribute.core.listener.PlayerListener