Package net.minecraft.enchantment
Class ThornsEnchantment
java.lang.Object
net.minecraft.enchantment.Enchantment
net.minecraft.enchantment.ThornsEnchantment
- Mappings:
Namespace Name official cys
intermediary net/minecraft/class_1906
named net/minecraft/enchantment/ThornsEnchantment
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.enchantment.Enchantment
Enchantment.Cost, Enchantment.Properties
-
Field Summary
FieldsFields inherited from class net.minecraft.enchantment.Enchantment
translationKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getDamageAmount
(int level, Random random) void
onUserDamaged
(LivingEntity user, Entity attacker, int level) static boolean
shouldDamageAttacker
(int level, Random random) Methods inherited from class net.minecraft.enchantment.Enchantment
byRawId, canAccept, canCombine, constantCost, getAnvilCost, getApplicableItems, getAttackDamage, getEquipment, getMaxLevel, getMaxPower, getMinLevel, getMinPower, getName, getOrCreateTranslationKey, getProtectionAmount, getRegistryEntry, getTranslationKey, getWeight, isAcceptableItem, isAvailableForEnchantedBookOffer, isAvailableForRandomSelection, isCursed, isPrimaryItem, isTreasure, leveledCost, onTargetDamaged, properties, properties
-
Field Details
-
ATTACK_CHANCE_PER_LEVEL
private static final float ATTACK_CHANCE_PER_LEVEL- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lcys;b:F
intermediary field_30950
Lnet/minecraft/class_1906;field_30950:F
named ATTACK_CHANCE_PER_LEVEL
Lnet/minecraft/enchantment/ThornsEnchantment;ATTACK_CHANCE_PER_LEVEL:F
-
-
Constructor Details
-
ThornsEnchantment
- 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
-
onUserDamaged
- Overrides:
onUserDamaged
in classEnchantment
- Mappings:
Namespace Name Mixin selector official b
Lcyg;b(Lbsa;Lbrh;I)V
intermediary method_8178
Lnet/minecraft/class_1887;method_8178(Lnet/minecraft/class_1309;Lnet/minecraft/class_1297;I)V
named onUserDamaged
Lnet/minecraft/enchantment/Enchantment;onUserDamaged(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;I)V
-
shouldDamageAttacker
- Mappings:
Namespace Name Mixin selector official a
Lcys;a(ILayg;)Z
intermediary method_8243
Lnet/minecraft/class_1906;method_8243(ILnet/minecraft/class_5819;)Z
named shouldDamageAttacker
Lnet/minecraft/enchantment/ThornsEnchantment;shouldDamageAttacker(ILnet/minecraft/util/math/random/Random;)Z
-
getDamageAmount
- Mappings:
Namespace Name Mixin selector official b
Lcys;b(ILayg;)I
intermediary method_8242
Lnet/minecraft/class_1906;method_8242(ILnet/minecraft/class_5819;)I
named getDamageAmount
Lnet/minecraft/enchantment/ThornsEnchantment;getDamageAmount(ILnet/minecraft/util/math/random/Random;)I
-