Class StubBlock

java.lang.Object
net.minecraft.src.Block
api.block.blocks.StubBlock

public class StubBlock extends Block
  • Constructor Details

    • StubBlock

      public StubBlock(int par1)
  • 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 Block