|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.adom.jade.kernel.GUIDCarrier
de.adom.jade.world.Location
de.adom.jade.world.Settlement
Marks a (more or less) civilized settlement.
| Constructor Summary | |
|---|---|
Settlement(java.lang.String unknownName,
java.lang.String unknownDescription,
java.lang.String knownName,
java.lang.String knownDescription)
Creates a new settlement. |
|
| Method Summary | |
|---|---|
boolean |
isDungeon()
Determines whether the current location is a dungeon. |
boolean |
isSettlement()
Determines whether the current location is a settlement. |
boolean |
isSurfaceWorld()
Determines whether the current location is the surface world area. |
boolean |
isWilderness()
Determines whether the current location is a wilderness area. |
| Methods inherited from class de.adom.jade.world.Location |
|---|
addConnection, createMap, getActorQueue, getComplex, getComplexID, getConnectionAt, getConnectionByID, getConnectionPositions, getConnections, getDescription, getLevel, getLogicalName, getMap, getName, getTickCounter, isKnown, setComplex, setKnown, setMap, updateTicks |
| Methods inherited from class de.adom.jade.kernel.GUIDCarrier |
|---|
getGUID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Settlement(java.lang.String unknownName,
java.lang.String unknownDescription,
java.lang.String knownName,
java.lang.String knownDescription)
complexID - the ID of this complexunknownName - the name of the settlement in its unknown stateunknownDescription - the description of the settlement in its unknown stateknownName - the name of the settlement in its known stateknownDescription - the description of the settlement in its known state| Method Detail |
|---|
public boolean isSettlement()
Location
isSettlement in class LocationLocation.isSettlement()public boolean isDungeon()
Location
isDungeon in class LocationLocation.isDungeon()public boolean isWilderness()
Location
isWilderness in class LocationLocation.isWilderness()public boolean isSurfaceWorld()
Location
isSurfaceWorld in class LocationLocation.isSurfaceWorld()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||