Package mapwriter.tasks

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

Related Classes of mapwriter.tasks.RebuildRegionsTask

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.