Class ConventionalEnchantmentTags

java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalEnchantmentTags

public final class ConventionalEnchantmentTags extends Object
  • Field Details

    • INCREASES_BLOCK_DROPS

      public static final TagKey<Enchantment> INCREASES_BLOCK_DROPS
      A tag containing enchantments that increase the amount or quality of drops from blocks, such as Enchantments.FORTUNE.
    • INCREASES_ENTITY_DROPS

      public static final TagKey<Enchantment> INCREASES_ENTITY_DROPS
      A tag containing enchantments that increase the amount or quality of drops from entities, such as Enchantments.LOOTING.
    • WEAPON_DAMAGE_ENHANCEMENT

      public static final TagKey<Enchantment> WEAPON_DAMAGE_ENHANCEMENT
      For enchantments that increase the damage dealt by an item.
    • ENTITY_MOVEMENT_ENHANCEMENT

      public static final TagKey<Enchantment> ENTITY_MOVEMENT_ENHANCEMENT
      For enchantments that increase movement speed or otherwise benefit the entity wearing armor enchanted with it.
    • ENTITY_DEFENSE_ENHANCEMENT

      public static final TagKey<Enchantment> ENTITY_DEFENSE_ENHANCEMENT
      For enchantments that decrease damage taken or otherwise benefit, in regard to damage, the entity wearing armor enchanted with it.