Class FrostWalkerEnchantment
java.lang.Object
net.minecraft.world.item.enchantment.Enchantment
net.minecraft.world.item.enchantment.FrostWalkerEnchantment
- All Implemented Interfaces:
FeatureElement
,IForgeEnchantment
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.enchantment.Enchantment
Enchantment.Cost, Enchantment.EnchantmentDefinition
-
Field Summary
Fields inherited from class net.minecraft.world.item.enchantment.Enchantment
descriptionId
Fields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkCompatibility
(Enchantment p_45024_) boolean
static void
onEntityMoved
(LivingEntity p_45019_, Level p_45020_, BlockPos p_45021_, int p_45022_) Methods inherited from class net.minecraft.world.item.enchantment.Enchantment
builtInRegistryHolder, byId, canEnchant, constantCost, definition, definition, definition, doPostAttack, doPostHurt, doPostItemStackHurt, dynamicCost, getAnvilCost, getDamageBonus, getDamageProtection, getDescriptionId, getFullname, getMaxCost, getMaxLevel, getMinCost, getMinLevel, getOrCreateDescriptionId, getSlotItems, getSupportedItems, getWeight, isCompatibleWith, isCurse, isDiscoverable, isPrimaryItem, isTradeable, requiredFeatures
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabled
Methods inherited from interface net.minecraftforge.common.extensions.IForgeEnchantment
canApplyAtEnchantingTable, getDamageBonus, isAllowedOnBooks
-
Constructor Details
-
FrostWalkerEnchantment
-
-
Method Details
-
isTreasureOnly
public boolean isTreasureOnly()- Overrides:
isTreasureOnly
in classEnchantment
-
onEntityMoved
public static void onEntityMoved(LivingEntity p_45019_, Level p_45020_, BlockPos p_45021_, int p_45022_) -
checkCompatibility
- Overrides:
checkCompatibility
in classEnchantment
-