Package com.rvandoosselaer.blocks
Interface ChunkManagerListener
-
public interface ChunkManagerListener
A listener that can be registered to theChunkManager
. Use this to get notified when the mesh of a chunk is updated or when a new chunk is available for retrieval.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onChunkAvailable(Chunk chunk)
void
onChunkUpdated(Chunk chunk)
-