|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractGameBoard | |
|---|---|
| de.jos.game.actions | |
| de.jos.game.actions.cleanup | |
| de.jos.game.actions.permanent | |
| de.jos.game.logic | |
| de.jos.game.objects.screen | |
| Uses of AbstractGameBoard in de.jos.game.actions |
|---|
| Constructors in de.jos.game.actions with parameters of type AbstractGameBoard | |
|---|---|
ActionContainer(ResourceContainer resourceContainer,
AbstractGameBoard gameBoard,
boolean puzzleMode)
|
|
| Uses of AbstractGameBoard in de.jos.game.actions.cleanup |
|---|
| Methods in de.jos.game.actions.cleanup that return AbstractGameBoard | |
|---|---|
AbstractGameBoard |
AbstractCleanupAction.getGameBoard()
|
| Constructors in de.jos.game.actions.cleanup with parameters of type AbstractGameBoard | |
|---|---|
AbstractCleanupAction(AbstractGameBoard board)
|
|
CleanupActionAbstractBulletMoving(AbstractGameBoard board,
Bullet bullet)
|
|
CleanupActionBulletMovingInfinite(AbstractGameBoard board,
Bullet bullet)
|
|
CleanupActionBulletMovingPuzzle(AbstractGameBoard board,
Bullet bullet)
|
|
CleanupActionLevelAdvancement(AbstractGameBoard board,
InfiniteGameLogic logic)
|
|
CleanupActionNone(AbstractGameBoard gameBoard)
|
|
CleanupActionScore(AbstractGameBoard board,
int score)
|
|
CleanupInfiniteGameOverAction(AbstractGameBoard gameBoard)
|
|
CleanupPuzzleGameOverAction(AbstractGameBoard gameBoard,
boolean solved)
|
|
| Uses of AbstractGameBoard in de.jos.game.actions.permanent |
|---|
| Methods in de.jos.game.actions.permanent that return AbstractGameBoard | |
|---|---|
AbstractGameBoard |
ActionPuzzleSolvedCheck.getGameBoard()
|
AbstractGameBoard |
ActionCountdown.getGameBoard()
|
AbstractGameBoard |
ActionCanister.getGameBoard()
|
| Constructors in de.jos.game.actions.permanent with parameters of type AbstractGameBoard | |
|---|---|
ActionCanister(AbstractGameBoard gameBoard)
|
|
ActionCountdown(AbstractGameBoard gameBoard)
|
|
ActionPuzzleSolvedCheck(AbstractGameBoard gameBoard)
|
|
| Uses of AbstractGameBoard in de.jos.game.logic |
|---|
| Subclasses of AbstractGameBoard in de.jos.game.logic | |
|---|---|
class |
InfiniteGameBoard
|
class |
PuzzleGameBoard
|
| Methods in de.jos.game.logic that return AbstractGameBoard | |
|---|---|
AbstractGameBoard |
AbstractGameLogic.getBoard()
|
| Methods in de.jos.game.logic with parameters of type AbstractGameBoard | |
|---|---|
static java.util.Collection<Bullet> |
BoardUtils.getAllBoardBullets(AbstractGameBoard gameBoard)
|
static java.util.Collection<Bullet> |
BoardUtils.getBoardBullets(AbstractGameBoard gameBoard)
|
static java.util.List<Bullet> |
CombinationUtils.getListOfBulletsOnBoardWithColor(java.lang.Integer color,
AbstractGameBoard board)
Liefert liste der Bullets im inneren Spielfeld welche die angegebene Farbe besitzen. |
static java.util.List<Bullet> |
CombinationUtils.getListOfRearRankBullets(AbstractGameBoard gameBoard)
|
static boolean |
BoardUtils.isFutureMovePossible(AbstractGameBoard gameBoard)
Ermittelt, ob auf dem Spielfeld ueberhaupt noch Zuege moeglich sind. |
void |
AbstractGameLogic.setBoard(AbstractGameBoard board)
|
| Uses of AbstractGameBoard in de.jos.game.objects.screen |
|---|
| Methods in de.jos.game.objects.screen that return AbstractGameBoard | |
|---|---|
AbstractGameBoard |
TheGame.getBoard()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||