Class HoeItemSteel

All Implemented Interfaces:
PlaceableAsItem

public class HoeItemSteel extends HoeItem
  • Constructor Details

    • HoeItemSteel

      public HoeItemSteel(int iItemID)
  • Method Details

    • getItemUseAction

      public EnumAction getItemUseAction(ItemStack itemstack)
      Description copied from class: Item
      returns the action that specifies what animation to play when the items is being used
      Overrides:
      getItemUseAction in class Item
    • getMaxItemUseDuration

      public int getMaxItemUseDuration(ItemStack itemstack)
      Description copied from class: Item
      How long it takes to use or consume an item
      Overrides:
      getMaxItemUseDuration in class Item
    • onItemRightClick

      public ItemStack onItemRightClick(ItemStack itemstack, World world, EntityPlayer entityplayer)
      Description copied from class: Item
      // +++START EDIT+++ // ---END EDIT--- Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
      Overrides:
      onItemRightClick in class Item