Package | Description |
---|---|
fr.aumgn.dac2.game | |
fr.aumgn.dac2.game.classic | |
fr.aumgn.dac2.game.colonnisation | |
fr.aumgn.dac2.game.training |
Modifier and Type | Class and Description |
---|---|
class |
GameParty<T extends GamePlayer> |
Modifier and Type | Method and Description |
---|---|
T[] |
GameParty.iterable()
Returns the internal array used to store the players.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGame.tpAfterJumpFail(GamePlayer player)
Teleport the player if configured to do so after player's failed jump.
|
protected void |
AbstractGame.tpAfterJumpSuccess(GamePlayer player,
Column column)
Teleport the player if configured to do so after player's success.
|
protected void |
AbstractGame.tpBeforeJump(GamePlayer player)
Teleport the player if configured to do so on player's turn.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicGamePlayer |
Modifier and Type | Class and Description |
---|---|
class |
ColonnPlayer |
Modifier and Type | Class and Description |
---|---|
class |
TrainingPlayer |
Copyright © 2012. All Rights Reserved.