Examples of func_146115_a()


Examples of net.minecraft.client.gui.GuiButton.func_146115_a()

        super.drawScreen(mouseX, mouseY, par3);

        ArrayList<String> tooltip = new ArrayList<String>();
        for(Object buttonObj : buttonList) {
            GuiButton button = (GuiButton) buttonObj;
            if(button.func_146115_a()) {
                if(button.id == 0) {
                    tooltip.add(I18n.format(Localizations.CLEAR_CRAFT_MATRIX));
                } else if(button.id == 1) {
                    tooltip.add(I18n.format(Localizations.SAVE_RECIPE));
                    tooltip.add(I18n.format(Localizations.CLICK_A_SLOT));
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.