Package mekanism.generators.client.gui

Examples of mekanism.generators.client.gui.GuiBioGenerator


      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:
        return new GuiWindTurbine(player.inventory, (TileEntityWindTurbine)tileEntity);
    }
   
    return null;
View Full Code Here

TOP

Related Classes of mekanism.generators.client.gui.GuiBioGenerator

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.