Package net.minecraft.enchantment
Class UnbreakingEnchantment
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<Enchantment>
net.minecraft.enchantment.Enchantment
net.minecraft.enchantment.UnbreakingEnchantment
- All Implemented Interfaces:
IForgeRegistryEntry<Enchantment>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.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.enchantment.Enchantment
category, descriptionId
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
ModifierConstructorDescriptionprotected
UnbreakingEnchantment
(Enchantment.Rarity p_i46733_1_, EquipmentSlotType... p_i46733_2_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canEnchant
(ItemStack p_92089_1_) int
getMaxCost
(int p_223551_1_) int
int
getMinCost
(int p_77321_1_) static boolean
shouldIgnoreDurabilityDrop
(ItemStack p_92097_0_, int p_92097_1_, Random p_92097_2_) Methods inherited from class net.minecraft.enchantment.Enchantment
byId, canApplyAtEnchantingTable, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, getTags, isAllowedOnBooks, isCompatibleWith, isCurse, isDiscoverable, isIn, isTradeable, isTreasureOnly
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Constructor Details
-
UnbreakingEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_77321_1_) - Overrides:
getMinCost
in classEnchantment
-
getMaxCost
public int getMaxCost(int p_223551_1_) - Overrides:
getMaxCost
in classEnchantment
-
getMaxLevel
public int getMaxLevel()- Overrides:
getMaxLevel
in classEnchantment
-
canEnchant
- Overrides:
canEnchant
in classEnchantment
-
shouldIgnoreDurabilityDrop
-