Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.Map | |
com.BombingGames.WurfelEngine.Core.Map.Generators |
Modifier and Type | Method and Description |
---|---|
Generator |
Configuration.getChunkGenerator()
The map generator
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.init(Generator generator)
This method works like a constructor.
|
static void |
Controller.newMap(Generator generator)
Creates a new Map.
|
Modifier and Type | Method and Description |
---|---|
void |
Map.fill(Generator generator) |
void |
Map.setGenerator(Generator generator) |
Constructor and Description |
---|
Chunk(int coordX,
int coordY,
Generator generator)
Creates a chunk.
|
Chunk(int pos,
int coordX,
int coordY,
java.lang.String mapname,
Generator generator)
Creates a chunk.
|
Map(java.lang.String name,
Generator generator)
Creates an empty map.
|
Modifier and Type | Class and Description |
---|---|
class |
AirGenerator |
class |
BlockTestGenerator
A generator which uses every block.
|
class |
IslandGenerator
Fenerates islands
|