Class LooseWhiteStoneBrickBlock


public class LooseWhiteStoneBrickBlock extends LavaReceiverBlock
  • Constructor Details

    • LooseWhiteStoneBrickBlock

      public LooseWhiteStoneBrickBlock(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
    • 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
    • getLavaCracksOverlay

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