Class UntouchingEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.UntouchingEnchantment
- 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 SummaryConstructorsModifierConstructorDescriptionprotectedUntouchingEnchantment(Enchantment.Rarity p_45260_, EquipmentSlot... p_45261_) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancheckCompatibility(Enchantment p_45266_) intgetMaxCost(int p_45268_) intgetMinCost(int p_45264_) Methods inherited from class net.minecraft.world.item.enchantment.EnchantmentbuiltInRegistryHolder, byId, canApplyAtEnchantingTable, canEnchant, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMaxLevel, 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.minecraftforge.common.extensions.IForgeEnchantmentallowedInCreativeTab, getDamageBonus
- 
Constructor Details- 
UntouchingEnchantment
 
- 
- 
Method Details- 
getMinCostpublic int getMinCost(int p_45264_) - Overrides:
- getMinCostin class- Enchantment
 
- 
getMaxCostpublic int getMaxCost(int p_45268_) - Overrides:
- getMaxCostin class- Enchantment
 
- 
checkCompatibility- Overrides:
- checkCompatibilityin class- Enchantment
 
 
-