Class LooseWhiteCobbleBlock


public class LooseWhiteCobbleBlock extends LavaReceiverBlock
  • Constructor Details

    • LooseWhiteCobbleBlock

      public LooseWhiteCobbleBlock(int iBlockID)
  • Method Details

    • onMortarApplied

      public boolean onMortarApplied(World world, int i, int j, int k)
      Description copied from class: Block
      Should return true if mortar has been successfully applied to block.
      Overrides:
      onMortarApplied in class Block
    • canBeConvertedByMobSpawner

      public boolean canBeConvertedByMobSpawner(World world, int x, int y, int z)
      Overrides:
      canBeConvertedByMobSpawner in class Block
    • convertBlockFromMobSpawner

      public void convertBlockFromMobSpawner(World world, int x, int y, int z)
      Overrides:
      convertBlockFromMobSpawner in class Block
    • onBlockSolidified

      protected boolean onBlockSolidified(World world, int i, int j, int k)
      Specified by:
      onBlockSolidified in class LavaReceiverBlock
    • registerIcons

      @Environment(CLIENT) 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 Block
    • getDamageValue

      public int getDamageValue(World world, int x, int y, int z)
      Description copied from class: Block
      Get the block's damage value (for use with pick block).
      Overrides:
      getDamageValue in class Block
    • getLavaCracksOverlay

      protected Icon getLavaCracksOverlay(int metadata)
      Specified by:
      getLavaCracksOverlay in class LavaReceiverBlock