Interface ChunkManagerListener


public interface ChunkManagerListener
A listener that can be registered to the ChunkManager. Use this to get notified when the mesh of a chunk is updated or when a new chunk is available for retrieval.
  • Method Details

    • onChunkUpdated

      void onChunkUpdated(Chunk chunk)
    • onChunkAvailable

      void onChunkAvailable(Chunk chunk)