Class PickaxeItem

All Implemented Interfaces:
ItemConvertible, Vanishable

public class PickaxeItem
extends MiningToolItem
Mappings:
Namespace Name
official bog
intermediary net/minecraft/class_1810
named net/minecraft/item/PickaxeItem
  • Field Details

    • EFFECTIVE_BLOCKS

      private static final Set<Block> EFFECTIVE_BLOCKS
      Mappings:
      Namespace Name Mixin selector
      official a Lbog;a:Ljava/util/Set;
      intermediary field_8899 Lnet/minecraft/class_1810;field_8899:Ljava/util/Set;
      named EFFECTIVE_BLOCKS Lnet/minecraft/item/PickaxeItem;EFFECTIVE_BLOCKS:Ljava/util/Set;
    • BLOCK_MINING_LEVELS

      private static final Object2IntMap<Block> BLOCK_MINING_LEVELS
      Mappings:
      Namespace Name Mixin selector
      official c Lbog;c:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
      intermediary field_27078 Lnet/minecraft/class_1810;field_27078:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
      named BLOCK_MINING_LEVELS Lnet/minecraft/item/PickaxeItem;BLOCK_MINING_LEVELS:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
  • Constructor Details

    • PickaxeItem

      protected PickaxeItem​(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbog;<init>(Lbpe;IFLbnr$a;)V
      intermediary <init> Lnet/minecraft/class_1810;<init>(Lnet/minecraft/class_1832;IFLnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/PickaxeItem;<init>(Lnet/minecraft/item/ToolMaterial;IFLnet/minecraft/item/Item$Settings;)V
  • Method Details

    • isSuitableFor

      public boolean isSuitableFor​(BlockState state)
      Determines whether this item can be used as a suitable tool for mining the specified block. Depending on block implementation, when combined together, the correct item and block may achieve a better mining speed and yield drops that would not be obtained when mining otherwise.

      Note that this is not the only way to achieve "effectiveness" when mining. Other items, such as shears on string, may use their own logic and calls to this method might not return a value consistent to this rule for those items.

      Overrides:
      isSuitableFor in class Item
      Mappings:
      Namespace Name Mixin selector
      official b Lbnr;b(Lcht;)Z
      intermediary method_7856 Lnet/minecraft/class_1792;method_7856(Lnet/minecraft/class_2680;)Z
      named isSuitableFor Lnet/minecraft/item/Item;isSuitableFor(Lnet/minecraft/block/BlockState;)Z
    • getMiningSpeedMultiplier

      public float getMiningSpeedMultiplier​(ItemStack stack, BlockState state)
      Overrides:
      getMiningSpeedMultiplier in class MiningToolItem
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a(Lbnv;Lcht;)F
      intermediary method_7865 Lnet/minecraft/class_1792;method_7865(Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)F
      named getMiningSpeedMultiplier Lnet/minecraft/item/Item;getMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;)F