Class SandstoneSidingAndCornerAndDecorativeBlock


public class SandstoneSidingAndCornerAndDecorativeBlock extends SidingAndCornerAndDecorativeWallBlock
  • Constructor Details

    • SandstoneSidingAndCornerAndDecorativeBlock

      public SandstoneSidingAndCornerAndDecorativeBlock(int iBlockID)
  • Method Details

    • 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 SidingAndCornerBlock
    • getIcon

      @Environment(CLIENT) public Icon getIcon(int iSide, int iMetadata)
      Description copied from class: Block
      From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
      Overrides:
      getIcon in class Block