Package mantle.client.gui

Examples of mantle.client.gui.GuiManual


    {
        TAchievements.triggerAchievement(player, "tconstruct.beginner");

        Side side = FMLCommonHandler.instance().getEffectiveSide();
        player.openGui(TConstruct.instance, mantle.client.MProxyClient.manualGuiID, world, 0, 0, 0);
        FMLClientHandler.instance().displayGuiScreen(player, new GuiManual(stack, getData(stack)));
        return stack;
    }
View Full Code Here

TOP

Related Classes of mantle.client.gui.GuiManual

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.