Package rakama.worldtools.io

Examples of rakama.worldtools.io.ChunkManager


    protected void setDirectory(File directory) throws IOException
    {
        rootDirectory = findRootDirectory(directory);
        regionDirectory = findRegionDirectory(directory);
        access = ChunkAccess.createInstance(directory);
        manager = new ChunkManager(access, readOnly);
        canvas = new WorldCanvas(manager);
    }
View Full Code Here

TOP

Related Classes of rakama.worldtools.io.ChunkManager

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.