Class SoulSpeedEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.SoulSpeedEnchantment
- 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
ConstructorDescriptionSoulSpeedEnchantment
(Enchantment.Rarity p_45175_, EquipmentSlot... p_45176_) -
Method Summary
Modifier and TypeMethodDescriptionint
getMaxCost
(int p_45182_) int
int
getMinCost
(int p_45179_) boolean
boolean
boolean
Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
byId, canApplyAtEnchantingTable, canEnchant, checkCompatibility, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isCurse
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
-
SoulSpeedEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_45179_) - Overrides:
getMinCost
in classEnchantment
-
getMaxCost
public int getMaxCost(int p_45182_) - Overrides:
getMaxCost
in classEnchantment
-
isTreasureOnly
public boolean isTreasureOnly()- Overrides:
isTreasureOnly
in classEnchantment
-
isTradeable
public boolean isTradeable()- Overrides:
isTradeable
in classEnchantment
-
isDiscoverable
public boolean isDiscoverable()- Overrides:
isDiscoverable
in classEnchantment
-
getMaxLevel
public int getMaxLevel()- Overrides:
getMaxLevel
in classEnchantment
-