Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core.Map |
Constructor and Description |
---|
Chunk(ChunkMap map,
java.io.File path,
int coordX,
int coordY,
Generator generator)
Creates a chunk by trying to load and if this fails it generates a new one.
|
Chunk(ChunkMap map,
int coordX,
int coordY)
Creates a Chunk filled with empty cells (likely air).
|
Chunk(ChunkMap map,
int coordX,
int coordY,
Generator generator)
Creates a chunk by generating a new one.
|