Class MendingEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.MendingEnchantment
- All Implemented Interfaces:
- IForgeEnchantment
- 
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetMaxCost(int p_45105_) intgetMinCost(int p_45102_) booleanMethods inherited from class net.minecraft.world.item.enchantment.EnchantmentbuiltInRegistryHolder, byId, canApplyAtEnchantingTable, canEnchant, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMaxLevel, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isCurse, isDiscoverable, isTradeableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeEnchantmentallowedInCreativeTab, getDamageBonus
- 
Constructor Details- 
MendingEnchantment
 
- 
- 
Method Details- 
getMinCostpublic int getMinCost(int p_45102_) - Overrides:
- getMinCostin class- Enchantment
 
- 
getMaxCostpublic int getMaxCost(int p_45105_) - Overrides:
- getMaxCostin class- Enchantment
 
- 
isTreasureOnlypublic boolean isTreasureOnly()- Overrides:
- isTreasureOnlyin class- Enchantment
 
 
-