| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--de.spieleck.game.base.GameStateBase
        |
        +--de.spieleck.game.numfield.NumfieldState
State of an numfield game. XXX This is not an abstract class this class is not finished coding yet!
| Method Summary | |
 boolean | 
canJoin(GamePlayer p)
can join, can be matter rights, roles, game rules or whatever.  | 
 boolean | 
canLeave(GamePlayer p)
can leave, can be matter rights, roles, game rules or whatever.  | 
| Methods inherited from class de.spieleck.game.base.GameStateBase | 
getGameRule, getGameRuleCustomizer, getPlayerCount, getPlayers, isIn, join, leave, setGameCustomizer, setGameRule, setPlayers | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface de.spieleck.game.base.GameState | 
createMove, doTurn, getVisibleGameState, setPlayerMove | 
| Method Detail | 
public boolean canLeave(GamePlayer p)
PlayerCollectionpublic boolean canJoin(GamePlayer p)
PlayerCollection
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||