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