Package com.bekvon.bukkit.residence.protection.ResidenceManager

Examples of com.bekvon.bukkit.residence.protection.ResidenceManager.ChunkRef


        int highX = ChunkRef.getChunkCoord(high.getBlockX());
        int highZ = ChunkRef.getChunkCoord(high.getBlockZ());

        for (int x = lowX; x <= highX; x++) {
            for (int z = lowZ; z <= highZ; z++) {
                chunks.add(new ChunkRef(x, z));
            }
        }
        return chunks;
    }
View Full Code Here

TOP

Related Classes of com.bekvon.bukkit.residence.protection.ResidenceManager.ChunkRef

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.