Class MortarReceiverBlock

Direct Known Subclasses:
LavaReceiverBlock, LooseBrickBlock, LooseNetherBrickBlock

public abstract class MortarReceiverBlock extends FallingFullBlock
  • Constructor Details

    • MortarReceiverBlock

      public MortarReceiverBlock(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 FallingBlock