Package pneumaticCraft.common.block.tubes

Examples of pneumaticCraft.common.block.tubes.ModuleFlowDetector


    //TODO legacy, remove after a while
    private void legacyHelper(){
        if(getBlockMetadata() > 0) {
            switch(getBlockMetadata()){
                case 1:
                    legacyAddModule(new ModuleFlowDetector());
                    break;
                case 2:
                    legacyAddModule(new ModuleSafetyValve());
                    break;
                case 3:
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.block.tubes.ModuleFlowDetector

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.