Modifier and Type | Method and Description |
---|---|
void |
Camera.onChunkChange(Chunk chunk) |
Modifier and Type | Method and Description |
---|---|
void |
LightEngine.onChunkChange(Chunk chunk) |
Modifier and Type | Method and Description |
---|---|
Chunk |
ChunkMap.getChunk(Coordinate coord)
get the chunk where the coordinates are on
|
Chunk |
ChunkMap.getChunk(int chunkX,
int chunkY)
get the chunk with the given chunk coords.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Chunk> |
ChunkMap.getData()
Get the data of the map
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedWithMap.onChunkChange(Chunk chunk)
called if a chunk's content (blocks) changes.
|
Modifier and Type | Method and Description |
---|---|
Chunk |
CameraSpaceIterator.getCurrentChunk() |
Modifier and Type | Method and Description |
---|---|
void |
Minimap.onChunkChange(Chunk chunk) |