Class VanishingCurseEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.VanishingCurseEnchantment
- 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
ConstructorsConstructorDescriptionVanishingCurseEnchantment(Enchantment.Rarity p_45270_, EquipmentSlot... p_45271_) -
Method Summary
Modifier and TypeMethodDescriptionintgetMaxCost(int p_45277_) intgetMinCost(int p_45274_) booleanisCurse()booleanMethods 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, isTradeableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeEnchantment
allowedInCreativeTab, getDamageBonus
-
Constructor Details
-
VanishingCurseEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_45274_) - Overrides:
getMinCostin classEnchantment
-
getMaxCost
public int getMaxCost(int p_45277_) - Overrides:
getMaxCostin classEnchantment
-
isTreasureOnly
public boolean isTreasureOnly()- Overrides:
isTreasureOnlyin classEnchantment
-
isCurse
public boolean isCurse()- Overrides:
isCursein classEnchantment
-