类 Tags.Enchantments
java.lang.Object
net.minecraftforge.common.Tags.Enchantments
- 封闭类:
Tags
-
字段概要
字段修饰符和类型字段说明static final TagKey
<Enchantment> For enchantments that applies movement-based benefits unrelated to speed for the entity wearing armor enchanted with it.static 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 for 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. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
INCREASE_BLOCK_DROPS
A tag containing enchantments that increase the amount or quality of drops from blocks, such asEnchantments.FORTUNE
. -
INCREASE_ENTITY_DROPS
A tag containing enchantments that increase the amount or quality of drops from entities, such asEnchantments.LOOTING
. -
WEAPON_DAMAGE_ENHANCEMENTS
For enchantments that increase the damage dealt by an item. -
ENTITY_SPEED_ENHANCEMENTS
For enchantments that increase movement speed for entity wearing armor enchanted with it. -
ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS
For enchantments that applies movement-based benefits unrelated to speed for the entity wearing armor enchanted with it. Example: Reducing falling speeds (Enchantments.FEATHER_FALLING
) or allowing walking on water (Enchantments.FROST_WALKER
) -
ENTITY_DEFENSE_ENHANCEMENTS
For enchantments that decrease damage taken or otherwise benefit, in regard to damage, the entity wearing armor enchanted with it.
-
-
构造器详细资料
-
Enchantments
public Enchantments()
-
-
方法详细资料
-
init
private static void init() -
cTag
-