クラス
slime.poker.HighRule.Hand の使用

HighRule.Hand を使用しているパッケージ
slime.poker   
slime.poker.util   
 

slime.poker での HighRule.Hand の使用
 

HighRule.Hand を返す slime.poker のメソッド
 HighRule.Hand HighJudgeable.getHand()
          役を返します。
static HighRule.Hand HighRule.Hand.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static HighRule.Hand[] HighRule.Hand.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

HighRule.Hand 型のパラメータを持つ slime.poker のメソッド
 void HighJudgeable.setHand(HighRule.Hand hand)
          役を設定します。
 

slime.poker.util での HighRule.Hand の使用
 

HighRule.Hand を返す slime.poker.util のメソッド
 HighRule.Hand HighPlayer.getHand()
           
 

HighRule.Hand 型のパラメータを持つ slime.poker.util のメソッド
 void HighPlayer.setHand(HighRule.Hand hand)