Package buildcraft.core.blueprints

Examples of buildcraft.core.blueprints.RecursiveBlueprintBuilder


          currentBuilder = recursiveBuilder.nextBuilder();
        } else {
          BlueprintBase bpt = instanciateBlueprint();

          if (bpt != null) {
            recursiveBuilder = new RecursiveBlueprintBuilder(bpt, worldObj, xCoord, yCoord, zCoord,
                ForgeDirection.values()[worldObj.getBlockMetadata(xCoord, yCoord, zCoord)].getOpposite());

            currentBuilder = recursiveBuilder.nextBuilder();
          }
        }
View Full Code Here

TOP

Related Classes of buildcraft.core.blueprints.RecursiveBlueprintBuilder

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.