|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
GamePlayer
s play actually play a single game with a
GameRule
and a GameRuleCustomizer
.GameTable, i.e. a virtual place, where
some GamePlayer
s play actually play a single game with a
GameRule
and a GameRuleCustomizer
.
- GameTableBase(GameSpectator) -
Constructor for class de.spieleck.game.base.GameTableBase
-
- GameTableBuilder - interface de.spieleck.game.base.GameTableBuilder.
- A GameTableBuilder is used for building GameTables
consisting of the starting players, a GameRule and a GameRuleCustomizer.
- getCustomizer() -
Method in interface de.spieleck.game.base.GameRule
- Return a bean allowing for customization of the rules of a game.
- getCustomizer() -
Method in class de.spieleck.game.numfield.NumfieldRule
-
- getGameName() -
Method in interface de.spieleck.game.base.GameRule
- Give the game a name.
- getGameName() -
Method in class de.spieleck.game.numfield.NumfieldRule
-
- getGamePlaces() -
Method in interface de.spieleck.game.base.GameRoom
- returns an Iterator of all GamePlace connected to this GameRoom
- getGamePlaces() -
Method in class de.spieleck.game.base.GameRoomBase
- returns an Iterator of all GamePlace connected to this GameRoom
- getGameRule() -
Method in interface de.spieleck.game.base.VisibleGameState
- Exhibit the rule for the played game.
- getGameRule() -
Method in class de.spieleck.game.base.GameTableBase
- VisibleGameState API.
- getGameRule() -
Method in class de.spieleck.game.base.GameStateBase
- VisibleGameState API.
- getGameRuleCustomizer() -
Method in interface de.spieleck.game.base.VisibleGameState
- Get the GameRuleCustomizer for the Game.
- getGameRuleCustomizer() -
Method in class de.spieleck.game.base.GameTableBase
- VisibleGameState API.
- getGameRuleCustomizer() -
Method in class de.spieleck.game.base.GameStateBase
- VisibleGameState API.
- getGames() -
Method in interface de.spieleck.game.base.GamePlayer
- Return a list of all Games the Player participates in.
- getid() -
Method in class de.spieleck.game.base.GameRoomBase
- poor mens unique id.
- getId() -
Method in interface de.spieleck.game.base.GameRoom
- Generate unique id's for children
- getInitialState(PlayerCollection, GameRuleCustomizer) -
Method in interface de.spieleck.game.base.GameRule
- Return an valid initial state for a game.
- getInitialState(PlayerCollection, GameRuleCustomizer) -
Method in class de.spieleck.game.numfield.NumfieldRule
-
- getInstance() -
Static method in class de.spieleck.game.numfield.NumfieldRule
-
- getMaster() -
Method in class de.spieleck.game.base.GameTableBase
GameTable.getMaster()
API.
- getMaster() -
Method in interface de.spieleck.game.base.GameTable
-
- getMaxBet() -
Method in class de.spieleck.game.numfield.NumfieldRuleCustomizer
-
- getMinBet() -
Method in class de.spieleck.game.numfield.NumfieldRuleCustomizer
-
- getParent() -
Method in class de.spieleck.game.base.GamePlaceBase
- Get the Places parent Place.
- getParent() -
Method in interface de.spieleck.game.base.GamePlace
- Get the Places parent Place.
- getPlace() -
Method in interface de.spieleck.game.base.UpdateMessage
- Get Place where the change happened.
- getPlace() -
Method in class de.spieleck.game.base.UpdateMessageBase
-
- getPlaceLocalName() -
Method in interface de.spieleck.game.base.GamePlace
- Every GamePlace can also have a shorter (local) name.
- getPlaceLocalName() -
Method in class de.spieleck.game.base.GameTableBase
- GamePlaceAPI
- getPlaceName() -
Method in class de.spieleck.game.base.GamePlaceBase
- Every GamePlace should have a name.
- getPlaceName() -
Method in interface de.spieleck.game.base.GamePlace
- Every GamePlace should have a name.
- getPlayer() -
Method in class de.spieleck.game.base.msg.PlayerMessage
-
- getPlayerCount() -
Method in class de.spieleck.game.base.GamePlaceBase
-
- getPlayerCount() -
Method in class de.spieleck.game.base.PlayerCollectionBase
- Return the number of Players currently in the collection
- getPlayerCount() -
Method in interface de.spieleck.game.base.ReadablePlayerCollection
- Return the number of players currently in the game
- getPlayerCount() -
Method in class de.spieleck.game.base.GameStateBase
- PlayerCollection API.
- getPlayers() -
Method in class de.spieleck.game.base.GamePlaceBase
- GameState API.
- getPlayers() -
Method in class de.spieleck.game.base.PlayerCollectionBase
- get at an Iterator over all Players in this Collection
- getPlayers() -
Method in interface de.spieleck.game.base.ReadablePlayerCollection
- List the GamePlayers involved in a Game.
- getPlayers() -
Method in class de.spieleck.game.base.GameStateBase
- PlayerCollection API.
- getRules() -
Method in interface de.spieleck.game.base.GameRoom
- return the list of allowed Rules in this Room.
- getRules() -
Method in class de.spieleck.game.base.GameRoomBase
- return the list of allowed Rules in this Room.
- getSchedule() -
Method in class de.spieleck.game.base.GameTableBase
- Get the game Schedule.
- getSchedule() -
Method in interface de.spieleck.game.base.GameTable
- Get the game Schedule.
- getSpectator() -
Method in class de.spieleck.game.base.msg.SpectatorMessage
-
- getSpectatorName() -
Method in class de.spieleck.game.base.GamePlaceBase
-
- getSpectatorName() -
Method in interface de.spieleck.game.base.GameSpectator
-
- getSpectatorName() -
Method in class de.spieleck.game.base.GameTableBase
- GameSpectator API
- getSpectatorName() -
Method in class de.spieleck.game.base.AnonymousSpectator
-
- getSpectators() -
Method in class de.spieleck.game.base.GamePlaceBase
- get Spectators
- getSpectators() -
Method in class de.spieleck.game.base.SpectatorCollectionBase
- get at an Iterator over all Spectators in this Collection
- getSpectators() -
Method in interface de.spieleck.game.base.ReadableSpectatorCollection
- get at an Iterator over all Spectators in this Collection
- getSpectatorsCount() -
Method in class de.spieleck.game.base.GamePlaceBase
-
- getSpectatorsCount() -
Method in class de.spieleck.game.base.SpectatorCollectionBase
- Return the number of Spectators currently in the collection
- getSpectatorsCount() -
Method in interface de.spieleck.game.base.ReadableSpectatorCollection
- Return the number of Spectators currently in the collection
- getVisibleGameState(GameSpectator) -
Method in interface de.spieleck.game.base.GameState
- Get the part of the GameState, that is visible to a certain
spectator.
- getVisibleGameState(GameSpectator) -
Method in class de.spieleck.game.base.GameTableBase
GameState.getVisibleGameState(de.spieleck.game.base.GameSpectator)
API.
- go() -
Method in class de.spieleck.game.base.GameTableBase
- ScheduleListener API.
- go() -
Method in interface de.spieleck.game.util.ScheduleListener
- Do something on time.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |