Class ToolItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ToolItem
All Implemented Interfaces:
ItemConvertible, ToggleableFeature
Direct Known Subclasses:
MiningToolItem, SwordItem

public class ToolItem extends Item
Mappings:
Namespace Name
official cff
intermediary net/minecraft/class_1831
named net/minecraft/item/ToolItem
  • Field Details

    • material

      private final ToolMaterial material
      Mappings:
      Namespace Name Mixin selector
      official a Lcff;a:Lcfe;
      intermediary field_8921 Lnet/minecraft/class_1831;field_8921:Lnet/minecraft/class_1832;
      named material Lnet/minecraft/item/ToolItem;material:Lnet/minecraft/item/ToolMaterial;
  • Constructor Details

    • ToolItem

      public ToolItem(ToolMaterial material, Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcff;<init>(Lcfe;Lcdp$a;)V
      intermediary <init> Lnet/minecraft/class_1831;<init>(Lnet/minecraft/class_1832;Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/ToolItem;<init>(Lnet/minecraft/item/ToolMaterial;Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • getMaterial

      public ToolMaterial getMaterial()
      Mappings:
      Namespace Name Mixin selector
      official j Lcff;j()Lcfe;
      intermediary method_8022 Lnet/minecraft/class_1831;method_8022()Lnet/minecraft/class_1832;
      named getMaterial Lnet/minecraft/item/ToolItem;getMaterial()Lnet/minecraft/item/ToolMaterial;
    • getEnchantability

      public int getEnchantability()
      Gets the enchantability of an item. This specifies the ability of an item to receive enchantments when enchanted using an enchanting table. As the value increases, the amount and level of enchantments applied increase.

      If the value of this method is 0, the item cannot be enchanted using an enchanting table.

      Overrides:
      getEnchantability in class Item
      Mappings:
      Namespace Name Mixin selector
      official c Lcdp;c()I
      intermediary method_7837 Lnet/minecraft/class_1792;method_7837()I
      named getEnchantability Lnet/minecraft/item/Item;getEnchantability()I
    • canRepair

      public boolean canRepair(ItemStack stack, ItemStack ingredient)
      Returns whether stack can be repaired using ingredient.

      This only handles repairing using the ingredient such as diamonds, and does not handle combining tools or armor.

      Overrides:
      canRepair in class Item
      Returns:
      whether stack can be repaired using ingredient
      Mappings:
      Namespace Name Mixin selector
      official a Lcdp;a(Lcdt;Lcdt;)Z
      intermediary method_7878 Lnet/minecraft/class_1792;method_7878(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Z
      named canRepair Lnet/minecraft/item/Item;canRepair(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z