Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.Map | |
com.BombingGames.WurfelEngine.Core.Map.Iterators |
Modifier and Type | Method and Description |
---|---|
static AbstractMap |
Controller.getMap()
Returns the currently loaded map.
|
Modifier and Type | Method and Description |
---|---|
static void |
Controller.setMap(AbstractMap map) |
Modifier and Type | Class and Description |
---|---|
class |
ChunkMap
A map stores nine chunks as part of a bigger map.
|
class |
CompleteMap
A map where every available data is stored in one big array.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractMap |
AbstractPosition.map |
Modifier and Type | Method and Description |
---|---|
AbstractMap |
AbstractMap.clone()
Clones the map.
|
AbstractMap |
CompleteMap.clone() |
AbstractMap |
AbstractPosition.getMap() |
Constructor and Description |
---|
AbstractPosition(AbstractMap map) |
Coordinate(AbstractMap map,
int x,
int y,
int z)
Creates a coordiante refering to the given position on the map.
|
Point(AbstractMap map,
float posX,
float posY,
float height)
Creates a point refering to a position in the game world.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractMap |
AbstractMapIterator.map |
Constructor and Description |
---|
AbstractMapIterator(AbstractMap map) |
CameraSpaceIterator(AbstractMap map,
int centerCoordX,
int centerCoordY,
int startingZ,
int topLevel)
Starts at z=-1.
|
MemoryMapIterator(AbstractMap map,
int startingZ) |