Class ShovelItem

All Implemented Interfaces:
ItemConvertible, Vanishable, ToggleableFeature

public class ShovelItem extends MiningToolItem
Mappings:
Namespace Name
official cer
intermediary net/minecraft/class_1821
named net/minecraft/item/ShovelItem
  • Field Details

    • PATH_STATES

      protected static final Map<Block,BlockState> PATH_STATES
      Mappings:
      Namespace Name Mixin selector
      official a Lcer;a:Ljava/util/Map;
      intermediary field_8912 Lnet/minecraft/class_1821;field_8912:Ljava/util/Map;
      named PATH_STATES Lnet/minecraft/item/ShovelItem;PATH_STATES:Ljava/util/Map;
  • Constructor Details

    • ShovelItem

      public ShovelItem(ToolMaterial material, float attackDamage, float attackSpeed, Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcer;<init>(Lcfe;FFLcdp$a;)V
      intermediary <init> Lnet/minecraft/class_1821;<init>(Lnet/minecraft/class_1832;FFLnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/ShovelItem;<init>(Lnet/minecraft/item/ToolMaterial;FFLnet/minecraft/item/Item$Settings;)V
  • Method Details

    • useOnBlock

      public ActionResult useOnBlock(ItemUsageContext context)
      Called when an item is used on a block.

      This method is called on both the logical client and logical server, so take caution when using this method. The logical side can be checked using context.getWorld().isClient().

      Overrides:
      useOnBlock in class Item
      Parameters:
      context - the usage context
      Returns:
      an action result that specifies if using the item on a block was successful.
      Mappings:
      Namespace Name Mixin selector
      official a Lcdp;a(Lcfw;)Lbcm;
      intermediary method_7884 Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;
      named useOnBlock Lnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;