Package mekanism.generators.common.block

Examples of mekanism.generators.common.block.BlockGenerator


  }
 
  public void addBlocks()
  {
    //Declarations
    Generator = new BlockGenerator().setBlockName("Generator");
   
    GameRegistry.registerBlock(Generator, ItemBlockGenerator.class, "Generator");
  }
View Full Code Here

TOP

Related Classes of mekanism.generators.common.block.BlockGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.