Package codechicken.nei.ItemList

Examples of codechicken.nei.ItemList.ItemsLoadedCallback


        addHiddenItemFilter();
        addSearchOptimisation();
    }

    private static void addSearchOptimisation() {
        ItemList.loadCallbacks.add(new ItemsLoadedCallback()
        {
            @Override public void itemsLoaded() {
                itemSearchNames.clear();
            }
        });
View Full Code Here

TOP

Related Classes of codechicken.nei.ItemList.ItemsLoadedCallback

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.