Class GlobalLootModifiersTest.SmelterEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraftforge.debug.gameplay.loot.GlobalLootModifiersTest.SmelterEnchantment
- All Implemented Interfaces:
IForgeEnchantment
- Enclosing class:
- GlobalLootModifiersTest
-
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
SmelterEnchantment
(Enchantment.Rarity rarityIn, EnchantmentCategory typeIn, EquipmentSlot... slots) -
Method Summary
Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
byId, canApplyAtEnchantingTable, canEnchant, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMaxCost, getMaxLevel, getMinCost, 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
-
SmelterEnchantment
protected SmelterEnchantment(Enchantment.Rarity rarityIn, EnchantmentCategory typeIn, EquipmentSlot... slots)
-