Class MultiShotEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.MultiShotEnchantment
- 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
ConstructorsConstructorDescriptionMultiShotEnchantment(Enchantment.Rarity p_45107_, EquipmentSlot... p_45108_) -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCompatibility(Enchantment p_45113_) intgetMaxCost(int p_45115_) intgetMinCost(int p_45111_) Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
builtInRegistryHolder, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeEnchantment
allowedInCreativeTab, getDamageBonus
-
Constructor Details
-
MultiShotEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_45111_) - Overrides:
getMinCostin classEnchantment
-
getMaxCost
public int getMaxCost(int p_45115_) - Overrides:
getMaxCostin classEnchantment
-
checkCompatibility
- Overrides:
checkCompatibilityin classEnchantment
-