Package org.spoutcraft.client.chunkcache

Examples of org.spoutcraft.client.chunkcache.HeightMap


      renderer = new MapWidgetRenderer();
      renderer.start();
    }
    levelOfDetail = 1;
    this.parent = parent;
    HeightMap newheightMap = HeightMap.getHeightMap(MinimapUtils.getWorldName());
    if (newheightMap != heightMap) {
      chunks.clear();
      heightMap = newheightMap;
    }
View Full Code Here


      var14.printStackTrace();
      this.displayCrashReport(var2);
    } finally {
      // Spout Start
      if (theWorld != null) {
        HeightMap map = HeightMap.getHeightMap(MinimapUtils.getWorldName());
        if (map.isDirty()) {
          map.saveThreaded();
        }
      }
      HeightMap.joinSaveThread();
      // Spout End
      this.shutdownMinecraftApplet();
View Full Code Here

TOP

Related Classes of org.spoutcraft.client.chunkcache.HeightMap

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.