Examples of RegionInfo


Examples of rakama.worldtools.io.RegionInfo

        Iterator<RegionInfo> regionIterator = access.getRegions().iterator();

        // relight each region
        while(regionIterator.hasNext())
        {           
            RegionInfo current = regionIterator.next();
            Coordinate2D coord = current.getRegionCoordinate();
           
            log("Re-Lighting " + current.getFile().getAbsolutePath());

            int x0 = coord.x << 5;
            int z0 = coord.z << 5;

            // relight each chunk in batches
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.