Examples of PhantomInventory


Examples of mods.railcraft.common.util.inventory.PhantomInventory

public abstract class DetectorFilter extends Detector {

    private final PhantomInventory invFilters;

    public DetectorFilter(int invSize) {
        invFilters = new PhantomInventory(invSize);
    }
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.