Package codechicken.lib.vec

Examples of codechicken.lib.vec.BlockCoord


                if(module != null) {
                    PartTubeModule part = (PartTubeModule)MultiPartRegistry.createPart(module.getType(), false);
                    part.setModule(module);
                    part.setDirection(module.getDirection());
                    module.setTube(this);
                    TileMultipart.addPart(world(), new BlockCoord(x(), y(), z()), part);
                }
            }
            convertedModules = null;
        }
        if(ticksExisted++ == 2) {
View Full Code Here

TOP

Related Classes of codechicken.lib.vec.BlockCoord

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.