Class DigDurabilityEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.DigDurabilityEnchantment
- All Implemented Interfaces:
- IEnchantmentExtension
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.item.enchantment.EnchantmentEnchantment.Rarity
- 
Field SummaryFields inherited from class net.minecraft.world.item.enchantment.Enchantmentcategory, descriptionId
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDigDurabilityEnchantment(Enchantment.Rarity p_44648_, EquipmentSlot... p_44649_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanEnchant(ItemStack p_44654_) intgetMaxCost(int p_44660_) intintgetMinCost(int p_44652_) static booleanshouldIgnoreDurabilityDrop(ItemStack p_220283_, int p_220284_, RandomSource p_220285_) Methods inherited from class net.minecraft.world.item.enchantment.EnchantmentbuiltInRegistryHolder, byId, canApplyAtEnchantingTable, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isCurse, isDiscoverable, isTradeable, isTreasureOnlyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.common.extensions.IEnchantmentExtensionallowedInCreativeTab, getDamageBonus
- 
Constructor Details- 
DigDurabilityEnchantment
 
- 
- 
Method Details- 
getMinCostpublic int getMinCost(int p_44652_) - Overrides:
- getMinCostin class- Enchantment
 
- 
getMaxCostpublic int getMaxCost(int p_44660_) - Overrides:
- getMaxCostin class- Enchantment
 
- 
getMaxLevelpublic int getMaxLevel()- Overrides:
- getMaxLevelin class- Enchantment
 
- 
canEnchant- Overrides:
- canEnchantin class- Enchantment
 
- 
shouldIgnoreDurabilityDroppublic static boolean shouldIgnoreDurabilityDrop(ItemStack p_220283_, int p_220284_, RandomSource p_220285_) 
 
-