Examples of TileArchitect


Examples of buildcraft.builders.TileArchitect

      TileEntity subTile = architect.getWorldObj().getTileEntity(subBlock.x, subBlock.y,
          subBlock.z);

      if (subTile instanceof TileArchitect) {
        TileArchitect subArchitect = (TileArchitect) subTile;
        currentSubReader = new RecursiveBlueprintReader(subArchitect, writingBlueprint);
      } else if (subTile instanceof TileConstructionMarker || subTile instanceof TileBuilder) {
        BlueprintBase blueprint = null;
        ForgeDirection orientation = ForgeDirection.EAST;
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.