Class VanishingCurseEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.VanishingCurseEnchantment
- All Implemented Interfaces:
IEnchantmentExtension
-
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
ConstructorDescriptionVanishingCurseEnchantment
(Enchantment.Rarity p_45270_, EquipmentSlot... p_45271_) -
Method Summary
Modifier and TypeMethodDescriptionint
getMaxCost
(int p_45277_) int
getMinCost
(int p_45274_) boolean
isCurse()
boolean
Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
builtInRegistryHolder, byId, canApplyAtEnchantingTable, canEnchant, 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.neoforged.neoforge.common.extensions.IEnchantmentExtension
allowedInCreativeTab, getDamageBonus
-
Constructor Details
-
VanishingCurseEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_45274_) - Overrides:
getMinCost
in classEnchantment
-
getMaxCost
public int getMaxCost(int p_45277_) - Overrides:
getMaxCost
in classEnchantment
-
isTreasureOnly
public boolean isTreasureOnly()- Overrides:
isTreasureOnly
in classEnchantment
-
isCurse
public boolean isCurse()- Overrides:
isCurse
in classEnchantment
-