Examples of RebuildRegionsTask


Examples of mapwriter.tasks.RebuildRegionsTask

        (int) this.mapView.getWidth(),
        (int) this.mapView.getHeight(),
        (int) this.mapView.getMinX(),
        (int) this.mapView.getMinZ()));
    this.mw.reloadBlockColours();
    this.mw.executor.addTask(new RebuildRegionsTask(
        this.mw,
        (int) this.mapView.getMinX(),
        (int) this.mapView.getMinZ(),
        (int) this.mapView.getWidth(),
        (int) this.mapView.getHeight(),
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.