Class UnbreakingEnchantment

java.lang.Object
net.minecraft.enchantment.Enchantment
net.minecraft.enchantment.UnbreakingEnchantment

public class UnbreakingEnchantment
extends Enchantment
Mappings:
Namespace Name
official brn
intermediary net/minecraft/class_1885
named net/minecraft/enchantment/UnbreakingEnchantment
  • Constructor Details

    • UnbreakingEnchantment

      protected UnbreakingEnchantment​(Enchantment.Rarity weight, EquipmentSlot[] slotTypes)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbrn;<init>(Lbrp$a;[Lara;)V
      intermediary <init> Lnet/minecraft/class_1885;<init>(Lnet/minecraft/class_1887$class_1888;[Lnet/minecraft/class_1304;)V
      named <init> Lnet/minecraft/enchantment/UnbreakingEnchantment;<init>(Lnet/minecraft/enchantment/Enchantment$Rarity;[Lnet/minecraft/entity/EquipmentSlot;)V
  • Method Details

    • getMinPower

      public int getMinPower​(int level)
      Overrides:
      getMinPower in class Enchantment
      Mappings:
      Namespace Name Mixin selector
      official a Lbrp;a(I)I
      intermediary method_8182 Lnet/minecraft/class_1887;method_8182(I)I
      named getMinPower Lnet/minecraft/enchantment/Enchantment;getMinPower(I)I
    • getMaxPower

      public int getMaxPower​(int level)
      Overrides:
      getMaxPower in class Enchantment
      Mappings:
      Namespace Name Mixin selector
      official b Lbrp;b(I)I
      intermediary method_20742 Lnet/minecraft/class_1887;method_20742(I)I
      named getMaxPower Lnet/minecraft/enchantment/Enchantment;getMaxPower(I)I
    • getMaxLevel

      public int getMaxLevel()
      Overrides:
      getMaxLevel in class Enchantment
      Mappings:
      Namespace Name Mixin selector
      official a Lbrp;a()I
      intermediary method_8183 Lnet/minecraft/class_1887;method_8183()I
      named getMaxLevel Lnet/minecraft/enchantment/Enchantment;getMaxLevel()I
    • isAcceptableItem

      public boolean isAcceptableItem​(ItemStack stack)
      Overrides:
      isAcceptableItem in class Enchantment
      Mappings:
      Namespace Name Mixin selector
      official a Lbrp;a(Lbnv;)Z
      intermediary method_8192 Lnet/minecraft/class_1887;method_8192(Lnet/minecraft/class_1799;)Z
      named isAcceptableItem Lnet/minecraft/enchantment/Enchantment;isAcceptableItem(Lnet/minecraft/item/ItemStack;)Z
    • shouldPreventDamage

      public static boolean shouldPreventDamage​(ItemStack item, int level, Random random)
      Mappings:
      Namespace Name Mixin selector
      official a Lbrn;a(Lbnv;ILjava/util/Random;)Z
      intermediary method_8176 Lnet/minecraft/class_1885;method_8176(Lnet/minecraft/class_1799;ILjava/util/Random;)Z
      named shouldPreventDamage Lnet/minecraft/enchantment/UnbreakingEnchantment;shouldPreventDamage(Lnet/minecraft/item/ItemStack;ILjava/util/Random;)Z