See: Description
Interface | Description |
---|---|
ChunkDataProvider |
Process a ChunkSnapshot so it can be used by the map renderer.
|
ChunkNotifier |
Class | Description |
---|---|
ChunkData |
Represents a single chunk's worth of data.
|
ChunkProcessor | |
MapDataCache |
A thread safe cache with chunk data.
|
RandomChunkProcessor |
Fill the map with noise.
|
SimpleChunkProcessor |
Simulates vanilla map rendering, except not the water.
|
Enum | Description |
---|---|
ChunkLoadListener |
A listener to load chunks and register/unregister chunk snapshots for minimaps.
|
MapDataCache.ChunkState |