Class FrostWalkerEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.FrostWalkerEnchantment
- 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
ConstructorsConstructorDescriptionFrostWalkerEnchantment(Enchantment.Rarity p_45013_, EquipmentSlot... p_45014_) -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCompatibility(Enchantment p_45024_) intgetMaxCost(int p_45027_) intintgetMinCost(int p_45017_) booleanstatic voidonEntityMoved(LivingEntity p_45019_, Level p_45020_, BlockPos p_45021_, int p_45022_) Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
builtInRegistryHolder, byId, canApplyAtEnchantingTable, canEnchant, doPostAttack, doPostHurt, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMinLevel, getOrCreateDescriptionId, getRarity, getSlotItems, isAllowedOnBooks, isCompatibleWith, isCurse, 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
-
FrostWalkerEnchantment
-
-
Method Details
-
getMinCost
public int getMinCost(int p_45017_) - Overrides:
getMinCostin classEnchantment
-
getMaxCost
public int getMaxCost(int p_45027_) - Overrides:
getMaxCostin classEnchantment
-
isTreasureOnly
public boolean isTreasureOnly()- Overrides:
isTreasureOnlyin classEnchantment
-
getMaxLevel
public int getMaxLevel()- Overrides:
getMaxLevelin classEnchantment
-
onEntityMoved
public static void onEntityMoved(LivingEntity p_45019_, Level p_45020_, BlockPos p_45021_, int p_45022_) -
checkCompatibility
- Overrides:
checkCompatibilityin classEnchantment
-