Class ItemAxe


public class ItemAxe extends ItemTool
  • Constructor Details

  • Method Details

    • getStrVsBlock

      public float getStrVsBlock(ItemStack par1ItemStack, Block par2Block)
      Returns the strength of the stack against a given block. 1.0F base, (Quality+1)*2 if correct blocktype, 1.5F if sword
      Overrides:
      getStrVsBlock in class ItemTool