Class MortarReceiverStairsBlock

Direct Known Subclasses:
LooseBrickStairsBlock, LooseCobblestoneStairsBlock, LooseNetherBrickStairsBlock, LooseStoneBrickStairsBlock

public abstract class MortarReceiverStairsBlock extends FallingStairsBlock
  • Constructor Details

    • MortarReceiverStairsBlock

      protected MortarReceiverStairsBlock(int iBlockID, Block referenceBlock, int iReferenceBlockMetadata)
  • Method Details

    • 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
    • onBlockAdded

      public void onBlockAdded(World world, int i, int j, int k)
      Description copied from class: Block
      Called whenever the block is added into the world. Args: world, x, y, z // +++START EDIT+++ FCNOTE: Called on server only // ---END EDIT---
      Overrides:
      onBlockAdded in class FallingStairsBlock
    • validateMetadataForLocation

      protected int validateMetadataForLocation(World world, int i, int j, int k, int iMetadata)
      Overrides:
      validateMetadataForLocation in class StairsBlockBase