|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jos.game.logic.BoardUtils
public class BoardUtils
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
BoardUtils()
|
|
| Method Summary | |
|---|---|
static java.util.Collection<Bullet> |
getAllBoardBullets(AbstractGameBoard gameBoard)
|
static java.util.Collection<Bullet> |
getBoardBullets(AbstractGameBoard gameBoard)
|
static boolean |
isFutureMovePossible(AbstractGameBoard gameBoard)
Ermittelt, ob auf dem Spielfeld ueberhaupt noch Zuege moeglich sind. |
static boolean |
isWithinSelectableBounds(int x,
int y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoardUtils()
| Method Detail |
|---|
public static final boolean isWithinSelectableBounds(int x,
int y)
public static final java.util.Collection<Bullet> getAllBoardBullets(AbstractGameBoard gameBoard)
public static final java.util.Collection<Bullet> getBoardBullets(AbstractGameBoard gameBoard)
public static boolean isFutureMovePossible(AbstractGameBoard gameBoard)
gameBoard - Das Spielfeld mit den Kugeln
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||