Package codechicken.nei.ItemList

Examples of codechicken.nei.ItemList.NothingItemFilter


        protected final SubsetSlot slot = new SubsetSlot();
        private SubsetTag selectedChild;
        private int visible;

        public SubsetTag(String fullname) {
            this(fullname, new NothingItemFilter());
        }
View Full Code Here

TOP

Related Classes of codechicken.nei.ItemList.NothingItemFilter

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.