Examples of GuiAdvancedBatteryBox


Examples of electricexpansion.client.gui.GuiAdvancedBatteryBox

        if (tileEntity != null)
        {
            switch (ID)
            {
                case 0:
                    return new GuiAdvancedBatteryBox(player.inventory, (TileEntityAdvancedBatteryBox) tileEntity);
                case 1:
                    break; // What's this used for?
                case 2:
                    return new GuiWireMill(player.inventory, (TileEntityWireMill) tileEntity);
//                case 3:
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.