public interface LinkedWithMap
Modifier and Type | Method and Description |
---|---|
void |
onChunkChange(Chunk chunk)
called if a chunk's content (blocks) changes.
|
void |
onMapChange()
called if the map content (blocks) changes.
|
void onMapChange()
void onChunkChange(Chunk chunk)
chunk
- the chunk that changed