Class OreChunkStorageBlockIron


public class OreChunkStorageBlockIron extends OreChunkStorageBlock
  • Constructor Details

    • OreChunkStorageBlockIron

      public OreChunkStorageBlockIron(int iBlockID)
  • Method Details

    • dropComponentItemsOnBadBreak

      public boolean dropComponentItemsOnBadBreak(World world, int i, int j, int k, int iMetadata, float fChanceOfDrop)
      Description copied from class: Block
      Called by explosions and improper tool use. Should return true if the block processes its own drops through this method, false otherwise Note that the block may no longer be at the specified position when this is called
      Overrides:
      dropComponentItemsOnBadBreak in class Block