Package btw.block

Class PlacedWhiteStoneBlock


public class PlacedWhiteStoneBlock extends PlacedStoneBlock
  • Constructor Details

    • PlacedWhiteStoneBlock

      public PlacedWhiteStoneBlock(int id)
  • Method Details

    • idDropped

      public int idDropped(int par1, Random rand, int par3)
      Description copied from class: Block
      Returns the ID of the items to drop on destruction.
      Overrides:
      idDropped in class PlacedStoneBlock
    • registerIcons

      public void registerIcons(IconRegister register)
      Description copied from class: Block
      When this method is called, your block should register all the icons it needs with the given IconRegister. This is the only chance you get to register icons.
      Overrides:
      registerIcons in class PlacedStoneBlock