Class WhiteStoneBrickSlabBlock

java.lang.Object
net.minecraft.src.Block
api.block.blocks.SlabBlock
btw.block.blocks.WhiteStoneBrickSlabBlock

public class WhiteStoneBrickSlabBlock extends SlabBlock
  • Constructor Details

    • WhiteStoneBrickSlabBlock

      public WhiteStoneBrickSlabBlock(int iBlockID)
  • Method Details

    • hasMortar

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

      public int getCombinedBlockID(int iMetadata)
      Specified by:
      getCombinedBlockID in class SlabBlock
    • 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