jagafa.stats
Class PlayerStats
java.lang.Object
jagafa.stats.PlayerStats
public class PlayerStats
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayerStats
public PlayerStats(JassRound round,
Player player)
PlayerStats
public PlayerStats(RuleSet rules,
Player player)
update
public void update()
- Update the stats
getBockList
public CardList[] getBockList()
- Returns:
- Returns the bockList array where the array has the form arr[level]
getColorList
public CardList[] getColorList()
- Returns:
- Returns the colorList in the form CardList[color].
getTrumpfList
public CardList getTrumpfList()
- Returns:
- Returns the trumpfList
countColorCards
public int countColorCards(int color)
getValidList
public CardList getValidList()
- Returns:
setRound
public void setRound(JassRound round)
getView
public javax.swing.JComponent getView()
getPlayer
public Player getPlayer()
setPlayer
public void setPlayer(Player p)
Copyright 2005 MA Software. All Rights Reserved.