|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bullet | |
|---|---|
| de.jos.game.actions | |
| de.jos.game.actions.cleanup | |
| de.jos.game.logic | |
| de.jos.game.xml | |
| Uses of Bullet in de.jos.game.actions |
|---|
| Methods in de.jos.game.actions that return types with arguments of type Bullet | |
|---|---|
java.util.List<Bullet> |
ActionFadeBullets.getBulletList()
|
| Constructors in de.jos.game.actions with parameters of type Bullet | |
|---|---|
ActionBulletMoving(Bullet bullet)
|
|
| Uses of Bullet in de.jos.game.actions.cleanup |
|---|
| Method parameters in de.jos.game.actions.cleanup with type arguments of type Bullet | |
|---|---|
void |
CleanupActionBulletMovingPuzzle.cleanupSpecific(java.util.List<Bullet> dissolveBulletList)
|
void |
CleanupActionBulletMovingInfinite.cleanupSpecific(java.util.List<Bullet> dissolveBulletList)
|
abstract void |
CleanupActionAbstractBulletMoving.cleanupSpecific(java.util.List<Bullet> dissolveBulletList)
|
| Constructors in de.jos.game.actions.cleanup with parameters of type Bullet | |
|---|---|
CleanupActionAbstractBulletMoving(AbstractGameBoard board,
Bullet bullet)
|
|
CleanupActionBulletMovingInfinite(AbstractGameBoard board,
Bullet bullet)
|
|
CleanupActionBulletMovingPuzzle(AbstractGameBoard board,
Bullet bullet)
|
|
| Uses of Bullet in de.jos.game.logic |
|---|
| Methods in de.jos.game.logic that return Bullet | |
|---|---|
Bullet |
InfiniteGameBoard.createRandomBullet(int x,
int y)
|
Bullet[][] |
AbstractGameBoard.getBoard()
|
Bullet |
AbstractGameBoard.getBullet(int x,
int y)
|
| Methods in de.jos.game.logic that return types with arguments of type Bullet | |
|---|---|
java.util.List<Bullet> |
NInARowValidator.checkNInARow(Bullet[][] board)
|
static java.util.Collection<Bullet> |
BoardUtils.getAllBoardBullets(AbstractGameBoard gameBoard)
|
static java.util.Collection<Bullet> |
BoardUtils.getBoardBullets(AbstractGameBoard gameBoard)
|
java.util.List<Bullet> |
AbstractGameBoard.getBulletList()
|
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)
|
| Methods in de.jos.game.logic with parameters of type Bullet | |
|---|---|
java.util.List<Bullet> |
NInARowValidator.checkNInARow(Bullet[][] board)
|
void |
NInARowValidator.findConnectedBullets(Bullet[][] board,
java.util.List<Position> list,
Position pos)
|
protected SpecialActionEvent |
PuzzleGameLogic.getSpecificBulletMovingAction(Bullet bullet)
|
protected SpecialActionEvent |
InfiniteGameLogic.getSpecificBulletMovingAction(Bullet bullet)
|
protected abstract SpecialActionEvent |
AbstractGameLogic.getSpecificBulletMovingAction(Bullet bullet)
|
java.lang.Object[] |
AbstractGameBoard.isMovePossible(AbstractGameLogic.Direction direction,
Bullet bullet)
|
static boolean |
CombinationUtils.isOnBoard(Bullet bullet)
Ermittelt, ob sich die Kugel auf dem Spielbrett befinet. |
void |
AbstractGameBoard.setBullet(int x,
int y,
Bullet bullet)
|
| Uses of Bullet in de.jos.game.xml |
|---|
| Methods in de.jos.game.xml that return types with arguments of type Bullet | |
|---|---|
java.util.Set<Bullet> |
Level.getBullets()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||