| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Board | |
|---|---|
| rle.core | |
| rle.core.board | |
| rle.core.board.path | |
| rle.core.event | |
| rle.core.ui | |
| rle.simple | |
| rle.simple.action | |
| rle.simple.board | |
| rle.simple.board.item | |
| rle.simple.monster | |
| Uses of Board in rle.core | 
|---|
| Fields in rle.core declared as Board | |
|---|---|
protected  Board | 
GameContextBase.currentBoard
 | 
| Methods in rle.core that return Board | |
|---|---|
 Board | 
World.createBoard(java.lang.String id,
            CreationContext cc)
Create a new board.  | 
 Board | 
GameContext.currentBoard()
The current board.  | 
 Board | 
GameContextBase.currentBoard()
 | 
 Board | 
World.findBoard(java.lang.String id)
Retrieve the board of the given id.  | 
| Methods in rle.core with parameters of type Board | |
|---|---|
protected  void | 
GameContextBase.fireBoardChange(Board leaving,
                Board entering)
Notify listeners that the board has changed.  | 
 void | 
GameContextBase.setCurrentBoard(Board currentBoard)
Changes the current board and fires a BoardChangeEvent.  | 
| Uses of Board in rle.core.board | 
|---|
| Methods in rle.core.board that return Board | |
|---|---|
 Board | 
Locator.board()
Returns the board that this Locator points to.  | 
 Board | 
ThingInsertEvent.getBoard()
 | 
 Board | 
ThingRemoveEvent.getBoard()
 | 
| Methods in rle.core.board with parameters of type Board | |
|---|---|
static void | 
BoardUtil.placeCreature(Board board,
              Creature c)
Place a creature somewhere legal.  | 
static void | 
BoardUtil.placeItem(Board board,
          Item item)
Place an item somewhere legal.  | 
static RLPoint | 
BoardUtil.randomFloor(Board board)
Find a random floor space.  | 
| Constructors in rle.core.board with parameters of type Board | |
|---|---|
Locator(Board board,
        RLPoint loc)
 | 
|
Locator(Board board,
        RLPoint loc,
        RLDimension dim)
 | 
|
Locator(Board board,
        RLRectangle bounds)
 | 
|
Locator(Board board,
        RLRectangle bounds,
        java.util.HashMap<java.lang.String,java.lang.Object> attributes)
 | 
|
ThingInsertEvent(Board b,
                 Thing obj)
 | 
|
ThingRemoveEvent(Board b,
                 Thing obj,
                 Locator oldLoc)
 | 
|
| Uses of Board in rle.core.board.path | 
|---|
| Methods in rle.core.board.path with parameters of type Board | |
|---|---|
 java.util.List<RLPoint> | 
Path.legalPoints(Board b)
Return the steps in this path that are legal for a Board.  | 
 java.util.Set<Thing> | 
Path.things(Board b)
Return the things in this path for a Board.  | 
| Uses of Board in rle.core.event | 
|---|
| Methods in rle.core.event that return Board | |
|---|---|
 Board | 
BoardChangeEvent.entering()
 | 
 Board | 
BoardChangeEvent.leaving()
 | 
| Constructors in rle.core.event with parameters of type Board | |
|---|---|
BoardChangeEvent(Board leaving,
                 Board entering)
 | 
|
| Uses of Board in rle.core.ui | 
|---|
| Methods in rle.core.ui that return Board | |
|---|---|
 Board | 
CameraModel.getBoard()
 | 
 Board | 
CameraModelBase.getBoard()
 | 
| Methods in rle.core.ui with parameters of type Board | |
|---|---|
 void | 
CameraModel.setBoard(Board b)
 | 
 void | 
CameraModelBase.setBoard(Board b)
 | 
| Uses of Board in rle.simple | 
|---|
| Methods in rle.simple that return Board | |
|---|---|
 Board | 
SimpleWorld.createBoard(java.lang.String id,
            CreationContext cc)
Create a new board.  | 
 Board | 
SimpleWorld.findBoard(java.lang.String id)
Retrieve the board of the given id.  | 
| Methods in rle.simple with parameters of type Board | |
|---|---|
 void | 
SimpleGame.setCurrentBoard(Board nextBoard)
Overridden to clean up old board and prepare new board.  | 
| Uses of Board in rle.simple.action | 
|---|
| Methods in rle.simple.action with parameters of type Board | |
|---|---|
 void | 
MiscAction.wizardLight(Board board,
            Player p,
            Cause c)
Fully light and memorize the level.  | 
| Uses of Board in rle.simple.board | 
|---|
| Fields in rle.simple.board declared as Board | |
|---|---|
protected  Board | 
BoardBuilder.board
 | 
| Methods in rle.simple.board with parameters of type Board | |
|---|---|
 void | 
BoardBuilder.buildBoard(CreationContext cc,
           Board board)
Build up a board.  | 
 void | 
TownBuilder.buildBoard(CreationContext cc,
           Board board)
Build up a board.  | 
 void | 
LightMgr.initialize(Board b)
 | 
| Uses of Board in rle.simple.board.item | 
|---|
| Methods in rle.simple.board.item with parameters of type Board | |
|---|---|
 Item | 
SimpleItemFactory.create(Board d)
Create an item with a CreationContext configured for this Board.  | 
| Uses of Board in rle.simple.monster | 
|---|
| Methods in rle.simple.monster with parameters of type Board | |
|---|---|
 Monster | 
SimpleMonsterFactory.create(Board d)
Create an monster with a CreationContext configured for this Board.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||