public class UCartographer
extends java.lang.Object
Constructor | Description |
---|---|
UCartographer() |
Modifier and Type | Method | Description |
---|---|---|
UArea |
getArea(java.lang.String label) |
Fetch the UArea corresponding to a label.
|
UArea |
MakeCavern(int depth) |
|
UArea |
MakeComplex() |
|
UArea |
MakeDungeon() |
|
UArea |
MakeForest() |
|
void |
playerLeftArea(UPlayer player,
UArea area) |
Player has left an area -- check and see if we need to serialize anything or preemptively make
new areas.
|
void |
setCommander(UCommander cmdr) |
public void setCommander(UCommander cmdr)
public UArea getArea(java.lang.String label)
label
- The label from the Stairs leading to the desired area.public void playerLeftArea(UPlayer player, UArea area)
player
- area
- public UArea MakeForest()
public UArea MakeComplex()
public UArea MakeCavern(int depth)
public UArea MakeDungeon()