Examples of GuiAdvanced


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
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.