Examples of GuiBackpackRename


Examples of de.eydamos.backpack.gui.GuiBackpackRename

import de.eydamos.backpack.saves.PlayerSave;

public class GuiHelper {
    @SideOnly(Side.CLIENT)
    public static void displayRenameGui() {
        Minecraft.getMinecraft().displayGuiScreen(new GuiBackpackRename());
    }
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.