Class DigDurabilityEnchantment
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<Enchantment>
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.DigDurabilityEnchantment
- All Implemented Interfaces:
IForgeEnchantment
,IForgeRegistryEntry<Enchantment>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.enchantment.Enchantment
Enchantment.Rarity
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
Field Summary
Fields inherited from class net.minecraft.world.item.enchantment.Enchantment
category, descriptionId
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
ModifierConstructorDescriptionprotected
DigDurabilityEnchantment
(Enchantment.Rarity p_44648_, EquipmentSlot... p_44649_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canEnchant
(ItemStack p_44654_) int
getMaxCost
(int p_44660_) int
int
getMinCost
(int p_44652_) static boolean
shouldIgnoreDurabilityDrop
(ItemStack p_44656_, int p_44657_, Random p_44658_) Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
byId, canApplyAtEnchantingTable, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isCurse, isDiscoverable, isTradeable, isTreasureOnly
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.common.extensions.IForgeEnchantment
getDamageBonus
-
Constructor Details
-
DigDurabilityEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_44652_) - Overrides:
getMinCost
in classEnchantment
-
getMaxCost
public int getMaxCost(int p_44660_) - Overrides:
getMaxCost
in classEnchantment
-
getMaxLevel
public int getMaxLevel()- Overrides:
getMaxLevel
in classEnchantment
-
canEnchant
- Overrides:
canEnchant
in classEnchantment
-
shouldIgnoreDurabilityDrop
-