Class LooseNetherBrickSlabBlock


public class LooseNetherBrickSlabBlock extends MortarReceiverSlabBlock
  • Constructor Details

    • LooseNetherBrickSlabBlock

      public LooseNetherBrickSlabBlock(int iBlockID)
  • Method Details

    • getCombinedBlockID

      public int getCombinedBlockID(int iMetadata)
      Specified by:
      getCombinedBlockID in class SlabBlock
    • 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
    • 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