Class BindingCurseEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.BindingCurseEnchantment
- 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
ConstructorDescriptionBindingCurseEnchantment
(Enchantment.Rarity p_44612_, EquipmentSlot... p_44613_) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canEnchant
(ItemStack p_270577_) int
getMaxCost
(int p_44619_) int
getMinCost
(int p_44616_) boolean
isCurse()
boolean
Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
builtInRegistryHolder, byId, canApplyAtEnchantingTable, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMaxLevel, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isDiscoverable, isTradeable
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
-
BindingCurseEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_44616_) - Overrides:
getMinCost
in classEnchantment
-
getMaxCost
public int getMaxCost(int p_44619_) - Overrides:
getMaxCost
in classEnchantment
-
isTreasureOnly
public boolean isTreasureOnly()- Overrides:
isTreasureOnly
in classEnchantment
-
isCurse
public boolean isCurse()- Overrides:
isCurse
in classEnchantment
-
canEnchant
- Overrides:
canEnchant
in classEnchantment
-