Examples of ChunkSelectionTracker


Examples of se.llbit.chunky.world.ChunkSelectionTracker

    synchronized (this) {
      ChunkView mapView = chunky.getMapView();

      WorldRenderer renderer = chunky.getWorldRenderer();
      World world = chunky.getWorld();
      ChunkSelectionTracker selection = chunky.getChunkSelection();

      renderer.render(world, mapBuffer, Chunk.biomeRenderer, selection);
      mapBuffer.renderBuffered(g);

      renderer.renderPlayer(world, g, view, true);
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.