Package net.minecraft.enchantment
Class FrostWalkerEnchantment
java.lang.Object
net.minecraft.enchantment.Enchantment
net.minecraft.enchantment.FrostWalkerEnchantment
- Mappings:
Namespace Name official cyk
intermediary net/minecraft/class_1894
named net/minecraft/enchantment/FrostWalkerEnchantment
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.enchantment.Enchantment
Enchantment.Cost, Enchantment.Properties
-
Field Summary
Fields inherited from class net.minecraft.enchantment.Enchantment
translationKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canAccept
(Enchantment other) Returns whether this enchantment can exist on an item stack with theother
enchantment.static void
freezeWater
(LivingEntity entity, World world, BlockPos blockPos, int level) boolean
Methods inherited from class net.minecraft.enchantment.Enchantment
byRawId, canCombine, constantCost, getAnvilCost, getApplicableItems, getAttackDamage, getEquipment, getMaxLevel, getMaxPower, getMinLevel, getMinPower, getName, getOrCreateTranslationKey, getProtectionAmount, getRegistryEntry, getTranslationKey, getWeight, isAcceptableItem, isAvailableForEnchantedBookOffer, isAvailableForRandomSelection, isCursed, isPrimaryItem, leveledCost, onTargetDamaged, onUserDamaged, properties, properties
-
Constructor Details
-
FrostWalkerEnchantment
- Mappings:
Namespace Name Mixin selector official <init>
Lcyg;<init>(Lcyg$b;)V
intermediary <init>
Lnet/minecraft/class_1887;<init>(Lnet/minecraft/class_1887$class_9427;)V
named <init>
Lnet/minecraft/enchantment/Enchantment;<init>(Lnet/minecraft/enchantment/Enchantment$Properties;)V
-
-
Method Details
-
isTreasure
public boolean isTreasure()- Overrides:
isTreasure
in classEnchantment
- Mappings:
Namespace Name Mixin selector official a
Lcyg;a()Z
intermediary method_8193
Lnet/minecraft/class_1887;method_8193()Z
named isTreasure
Lnet/minecraft/enchantment/Enchantment;isTreasure()Z
-
freezeWater
- Mappings:
Namespace Name Mixin selector official a
Lcyk;a(Lbsa;Ldad;Lin;I)V
intermediary method_8236
Lnet/minecraft/class_1894;method_8236(Lnet/minecraft/class_1309;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;I)V
named freezeWater
Lnet/minecraft/enchantment/FrostWalkerEnchantment;freezeWater(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;I)V
-
canAccept
Returns whether this enchantment can exist on an item stack with theother
enchantment.- Overrides:
canAccept
in classEnchantment
- Returns:
- whether this enchantment can exist on an item stack with the
other
enchantment - Mappings:
Namespace Name Mixin selector official a
Lcyg;a(Lcyg;)Z
intermediary method_8180
Lnet/minecraft/class_1887;method_8180(Lnet/minecraft/class_1887;)Z
named canAccept
Lnet/minecraft/enchantment/Enchantment;canAccept(Lnet/minecraft/enchantment/Enchantment;)Z
-