|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.adom.jade.world.tiles.Tile
de.adom.jade.world.tiles.OutdoorExitTile
Implements an exit tile for outdoor maps.
| Field Summary |
|---|
| Fields inherited from class de.adom.jade.world.tiles.Tile |
|---|
DEEP_SEA, DESERT, DUMMY_RIVER, DUNGEON, FLOOR, FOREST, GRASS, HIGH_MOUNTAIN, HILLS, LOW_MOUNTAIN, MOUNTAIN, OUTDOOR_EXIT, PLAINS, RESISTANT_WALL, RIVER, RIVER_SOURCE, SEA, SETTLEMENT, STAIR_DOWN, STAIR_UP, SWAMP, TREE, TUNNEL, UNKNOWN, VOLCANOE, VORTEX, WALL, WATER |
| Constructor Summary | |
|---|---|
OutdoorExitTile()
Implements an exit tile for outdoor maps. |
|
| Method Summary | |
|---|---|
void |
executeActionAfterEnteringOn(Being being)
Executes an action on the being after the being successfully entered a tile. |
boolean |
isEnteredBy(Being being)
Determines whether a being manages to enter this particular tile. |
| Methods inherited from class de.adom.jade.world.tiles.Tile |
|---|
getID, getName, getNumberOfTiles, getTileIterator, getVisibilityBlockadeLevel, isOpen, isOpenFor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutdoorExitTile()
| Method Detail |
|---|
public boolean isEnteredBy(Being being)
Tile
isEnteredBy in class Tilebeing - the being trying to enter this tile
Tile.isEnteredBy(Being)public void executeActionAfterEnteringOn(Being being)
Tile
executeActionAfterEnteringOn in class Tilebeing - the being that entered the tileTile.executeActionAfterEnteringOn(de.adom.jade.beings.Being)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||