Class BlockRailPowered


public class BlockRailPowered extends BlockRailBase
  • Field Details

    • theIcon

      protected Icon theIcon
  • Constructor Details

    • BlockRailPowered

      protected BlockRailPowered(int par1)
  • Method Details

    • getIcon

      public Icon getIcon(int par1, int par2)
      From the specified side and block metadata retrieves the blocks texture. Args: side, metadata
      Overrides:
      getIcon in class Block
    • registerIcons

      public void registerIcons(IconRegister par1IconRegister)
      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
    • func_94360_a

      protected boolean func_94360_a(World par1World, int par2, int par3, int par4, int par5, boolean par6, int par7)
    • func_94361_a

      protected boolean func_94361_a(World par1World, int par2, int par3, int par4, boolean par5, int par6, int par7)
    • func_94358_a

      protected void func_94358_a(World par1World, int par2, int par3, int par4, int par5, int par6, int par7)
      Overrides:
      func_94358_a in class BlockRailBase