|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectslime.poker.Player
slime.poker.util.HighPlayer
slime.poker.util.FiveCardDrawPlayer
public class FiveCardDrawPlayer
ファイブカードドローポーカーのプレイヤーを表すクラスです。
コンストラクタの概要 | |
---|---|
FiveCardDrawPlayer(int id,
java.lang.String name)
コンストラクタ。 |
メソッドの概要 |
---|
クラス 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 FiveCardDrawPlayer(int id, java.lang.String name)
id
- プレイヤーIDname
- プレイヤー名
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |