Examples of GuiSolarGenerator


Examples of mekanism.generators.client.gui.GuiSolarGenerator

    switch(ID)
    {
      case 0:
        return new GuiHeatGenerator(player.inventory, (TileEntityHeatGenerator)tileEntity);
      case 1:
        return new GuiSolarGenerator(player.inventory, (TileEntitySolarGenerator)tileEntity);
      case 3:
        return new GuiGasGenerator(player.inventory, (TileEntityGasGenerator)tileEntity);
      case 4:
        return new GuiBioGenerator(player.inventory, (TileEntityBioGenerator)tileEntity);
      case 5:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.