Package de.eydamos.backpack.gui

Examples of de.eydamos.backpack.gui.GuiAdvanced


        } else if(type == 2) {
            return new FactoryWorkbenchBackpack().getGuiContainer((BackpackSave) save, inventories, entityPlayer);
        } else if(type == -1) {
            return new FactoryPersonalSlot().getGuiContainer((PlayerSave) save, inventories, entityPlayer);
        }
        return new GuiAdvanced(getContainer(save, inventories, entityPlayer));
    }
View Full Code Here

TOP

Related Classes of de.eydamos.backpack.gui.GuiAdvanced

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.