Class ConventionalEnchantmentTags
java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalEnchantmentTags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TagKey<Enchantment>
For enchantments that decrease damage taken or otherwise benefit, in regard to damage, the entity wearing armor enchanted with it.static final TagKey<Enchantment>
For enchantments that increase movement speed or otherwise benefit the entity wearing armor enchanted with it.static final TagKey<Enchantment>
A tag containing enchantments that increase the amount or quality of drops from blocks, such asEnchantments.FORTUNE
.static final TagKey<Enchantment>
A tag containing enchantments that increase the amount or quality of drops from entities, such asEnchantments.LOOTING
.static final TagKey<Enchantment>
For enchantments that increase the damage dealt by an item. -
Method Summary
-
Field Details
-
INCREASES_BLOCK_DROPS
A tag containing enchantments that increase the amount or quality of drops from blocks, such asEnchantments.FORTUNE
. -
INCREASES_ENTITY_DROPS
A tag containing enchantments that increase the amount or quality of drops from entities, such asEnchantments.LOOTING
. -
WEAPON_DAMAGE_ENHANCEMENT
For enchantments that increase the damage dealt by an item. -
ENTITY_MOVEMENT_ENHANCEMENT
For enchantments that increase movement speed or otherwise benefit the entity wearing armor enchanted with it. -
ENTITY_DEFENSE_ENHANCEMENT
For enchantments that decrease damage taken or otherwise benefit, in regard to damage, the entity wearing armor enchanted with it.
-