Class MortarReceiverSlabBlock

Direct Known Subclasses:
LooseBrickSlabBlock, LooseCobblestoneSlabBlock, LooseNetherBrickSlabBlock, LooseStoneBrickSlabBlock

public abstract class MortarReceiverSlabBlock extends FallingSlabBlock
  • Constructor Details

    • MortarReceiverSlabBlock

      public MortarReceiverSlabBlock(int iBlockID, Material material)
  • 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 FallingSlabBlock
    • canBePlacedUpsideDownAtLocation

      public boolean canBePlacedUpsideDownAtLocation(World world, int i, int j, int k)
      Overrides:
      canBePlacedUpsideDownAtLocation in class FallingSlabBlock