Examples of importSchematic()


Examples of rakama.worldtools.canvas.WorldCanvas.importSchematic()

                xDest+width-1, yDest+height-1, zDest+length-1);
        for(TileEntity e : new ArrayList<TileEntity>(removeTiles))
            destCanvas.removeTileEntity(e);
       
        // import schematic to destination map
        destCanvas.importSchematic(xDest, yDest, zDest, schema);
       
        // copy biomes from source to destination
        if(copy_biomes)
        {
            for(int z=zSrc; z<zSrc+length; z++)
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.