|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectslime.poker.Player
slime.poker.util.HighPlayer
slime.poker.util.SevenCardStudPlayer
public class SevenCardStudPlayer
セブンカードスタッドのプレイヤーを表すクラスです。
コンストラクタの概要 | |
---|---|
SevenCardStudPlayer(int id,
java.lang.String name)
コンストラクタ。 |
メソッドの概要 | |
---|---|
Card.Rank[] |
getLowCards()
ローカードを返します。 |
void |
setLowCards(Card.Rank[] lowCards)
ローカードを設定します。 |
クラス slime.poker.util.HighPlayer から継承されたメソッド |
---|
getHand, getHighCards, setHand, setHighCards, sortCards |
クラス slime.poker.Player から継承されたメソッド |
---|
equals, getCards, getId, getName, getOriginalOrderCards, hashCode, setCards, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
インタフェース slime.poker.StrengthJudgeable から継承されたメソッド |
---|
getCards |
コンストラクタの詳細 |
---|
public SevenCardStudPlayer(int id, java.lang.String name)
id
- プレイヤーIDname
- プレイヤー名メソッドの詳細 |
---|
public Card.Rank[] getLowCards()
public void setLowCards(Card.Rank[] lowCards)
LowJudgeable
の記述:
LowJudgeable
内の setLowCards
lowCards
- ローカード
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |