Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core.Map |
Modifier and Type | Method and Description |
---|---|
protected Cell |
Cell.clone() |
Cell[][][] |
Chunk.getData()
Returns the data of the chunk
|
Cell[][][] |
Map.getData()
Get the data of the map
|
Modifier and Type | Method and Description |
---|---|
void |
Chunk.setData(Cell[][][] data) |