Interface BlocksManagerListener

  • All Known Implementing Classes:
    ChunkPager, Pager, PhysicsChunkPager

    public interface BlocksManagerListener
    A listener for the BlocksManager that gets called when a chunk is available to be retrieved from the BlocksManagers cache. Applications can use this be notified when a chunk or an updated version of a chunk is available.
    • Method Detail

      • onChunkAvailable

        void onChunkAvailable​(Chunk chunk)
        Called when the chunk is available and the node and collision mesh are created.
        Parameters:
        chunk -