Class UntouchingEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.UntouchingEnchantment
- All Implemented Interfaces:
IForgeEnchantment
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.enchantment.Enchantment
Enchantment.Rarity
-
Field Summary
Fields inherited from class net.minecraft.world.item.enchantment.Enchantment
category, descriptionId
-
Constructor Summary
ModifierConstructorDescriptionprotected
UntouchingEnchantment
(Enchantment.Rarity p_45260_, EquipmentSlot... p_45261_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkCompatibility
(Enchantment p_45266_) int
getMaxCost
(int p_45268_) int
getMinCost
(int p_45264_) Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
byId, canApplyAtEnchantingTable, canEnchant, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMaxLevel, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isCurse, isDiscoverable, isTradeable, isTreasureOnly
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
allowedInCreativeTab, getDamageBonus
-
Constructor Details
-
UntouchingEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_45264_) - Overrides:
getMinCost
in classEnchantment
-
getMaxCost
public int getMaxCost(int p_45268_) - Overrides:
getMaxCost
in classEnchantment
-
checkCompatibility
- Overrides:
checkCompatibility
in classEnchantment
-