Package mapwriter.tasks

Examples of mapwriter.tasks.MergeTask


      }
    }
   
    public void mergeMapViewToImage() {
      this.mw.chunkManager.saveChunks();
      this.mw.executor.addTask(new MergeTask(this.mw.regionManager,
          (int) this.mapView.getX(),
          (int) this.mapView.getZ(),
          (int) this.mapView.getWidth(),
          (int) this.mapView.getHeight(),
          this.mapView.getDimension(),
View Full Code Here

TOP

Related Classes of mapwriter.tasks.MergeTask

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.