Package codechicken.nei.config

Examples of codechicken.nei.config.OptionOpenGui


                String name2 = ItemInfo.getSearchName(o2);
                return name1.compareTo(name2);
            }
        });
        tag.getTag("inventory.itemsort").setDefaultValue(getSaveString());
        API.addOption(new OptionOpenGui("inventory.itemsort", GuiItemSorter.class));
        ItemList.loadCallbacks.add(instance);
    }
View Full Code Here

TOP

Related Classes of codechicken.nei.config.OptionOpenGui

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.