Class NetherBrickStairsBlock


public class NetherBrickStairsBlock extends StairsBlock
  • Constructor Details

    • NetherBrickStairsBlock

      public NetherBrickStairsBlock(int iBlockID)
  • Method Details

    • idDropped

      public int idDropped(int iMetaData, Random rand, int iFortuneModifier)
      Description copied from class: Block
      Returns the ID of the items to drop on destruction.
      Overrides:
      idDropped in class Block
    • onBlockDestroyedWithImproperTool

      public void onBlockDestroyedWithImproperTool(World world, EntityPlayer player, int i, int j, int k, int iMetadata)
      Description copied from class: Block
      Called on server only, after the block is removed from the world
      Overrides:
      onBlockDestroyedWithImproperTool in class Block
    • hasMortar

      public boolean hasMortar(IBlockAccess blockAccess, int i, int j, int k)
      Overrides:
      hasMortar in class Block