Package thaumic.tinkerer.common.registry

Examples of thaumic.tinkerer.common.registry.ItemStackCompatator


    public void addBlock(Block block) {
        block.getSubBlocks(Item.getItemFromBlock(block), this, creativeTabQueue);
    }

    public void addAllItemsAndBlocks() {
        Collections.sort(creativeTabQueue, new ItemStackCompatator());
        list.addAll(creativeTabQueue);
    }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.registry.ItemStackCompatator

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.