Class DamageEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.DamageEnchantment
- All Implemented Interfaces:
FeatureElement
,IEnchantmentExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.enchantment.Enchantment
Enchantment.Cost, Enchantment.EnchantmentDefinition
-
Field Summary
Fields inherited from class net.minecraft.world.item.enchantment.Enchantment
descriptionId
Fields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES
-
Constructor Summary
ConstructorDescriptionDamageEnchantment
(Enchantment.EnchantmentDefinition p_336160_, Optional<TagKey<EntityType<?>>> p_319895_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkCompatibility
(Enchantment p_44644_) void
doPostAttack
(LivingEntity p_44638_, Entity p_44639_, int p_44640_) float
getDamageBonus
(int p_44635_, EntityType<?> p_320019_) Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
builtInRegistryHolder, byId, canApplyAtEnchantingTable, canEnchant, constantCost, definition, definition, definition, doPostHurt, doPostItemStackHurt, dynamicCost, getAnvilCost, getDamageProtection, getDescriptionId, getFullname, getMaxCost, getMaxLevel, getMinCost, getMinLevel, getOrCreateDescriptionId, getSlotItems, getSupportedItems, getWeight, isAllowedOnBooks, isCompatibleWith, isCurse, isDiscoverable, isPrimaryItem, isTradeable, isTreasureOnly, requiredFeatures
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabled
Methods inherited from interface net.neoforged.neoforge.common.extensions.IEnchantmentExtension
allowedInCreativeTab, getDamageBonus
-
Field Details
-
targets
-
-
Constructor Details
-
DamageEnchantment
public DamageEnchantment(Enchantment.EnchantmentDefinition p_336160_, Optional<TagKey<EntityType<?>>> p_319895_)
-
-
Method Details
-
getDamageBonus
- Overrides:
getDamageBonus
in classEnchantment
-
checkCompatibility
- Overrides:
checkCompatibility
in classEnchantment
-
doPostAttack
- Overrides:
doPostAttack
in classEnchantment
-