Package com.rvandoosselaer.blocks
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 Summary
Modifier and TypeMethodDescriptionvoid
onChunkAvailable
(Chunk chunk) void
onChunkUpdated
(Chunk chunk)
-
Method Details
-
onChunkUpdated
-
onChunkAvailable
-