Package rakama.worldtools.canvas

Examples of rakama.worldtools.canvas.BlockCanvas


    static String directory = "C:/Users/My Computer/AppData/Roaming/.minecraft/saves/mandelbrot";
   
    public static void main(String[] args) throws IOException
    {
        WorldManager manager = WorldManager.getWorldManager(new File(directory));
        BlockCanvas canvas = manager.getCanvas();
        renderMandelbrot(canvas, 512, 128, 4);
        manager.closeAll();
    }
View Full Code Here

TOP

Related Classes of rakama.worldtools.canvas.BlockCanvas

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.