Examples of HashChunkletManager


Examples of com.gmail.nossr50.util.blockmeta.HashChunkletManager

    }

    public void start(org.bukkit.World world, File xDir, File dataDir) {
        this.world = world;
        this.scheduler = mcMMO.p.getServer().getScheduler();
        this.manager = new HashChunkletManager();
        this.newManager = (HashChunkManager) mcMMO.getPlaceStore();
        this.dataDir = dataDir;
        this.xDir = xDir;

        if (this.taskID >= 0) {
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.