Examples of GuiFuseBox


Examples of electricexpansion.client.gui.GuiFuseBox

                case 4:
                    return new GuiQuantumBatteryBox(player.inventory, (TileEntityQuantumBatteryBox) tileEntity);
                case 5:
                    return new GuiInsulationMachine(player.inventory, (TileEntityInsulatingMachine) tileEntity);
                case 6:
                    return new GuiFuseBox(player.inventory, (TileEntityFuseBox) tileEntity);
                   
            }
        }
        return null;
    }
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.