Examples of GuiCredits


Examples of mekanism.client.gui.GuiCredits

    switch(ID)
    {
      case 0:
        return new GuiDictionary(player.inventory);
      case 1:
        return new GuiCredits();
      case 2:
        return new GuiDigitalMiner(player.inventory, (TileEntityDigitalMiner)tileEntity);
      case 3:
        return new GuiEnrichmentChamber(player.inventory, (TileEntityElectricMachine)tileEntity);
      case 4:
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.