パッケージ org.aiwolf.common.data
クラス Judge
java.lang.Object
org.aiwolf.common.data.Judge
占い師の占い結果や霊媒師の霊媒結果の情報です。 いつ(何日に)誰が誰を占い(霊媒し)、その結果が何の種族だったかを情報として持ちます。
Information of divine by seer. Also, information of medium result.
- 作成者:
- tori
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
-
コンストラクタの詳細
-
Judge
占い結果もしくは霊媒結果を構築します。Create new information of judge.- パラメータ:
day
-占いもしくは霊媒をする日Dayagent
-占いもしくは霊媒をするエージェントAgent as seer or mediumtarget
-占いもしくは霊媒の対象となるエージェントAgent of judge targetresult
-占いもしくは霊媒の結果Result of divine or medium
-
-
メソッドの詳細
-
getDay
public int getDay()占いもしくは霊媒をする日を返します。Get the day.- 戻り値:
- 占いもしくは霊媒をする日Day
-
getAgent
占いもしくは霊媒をするエージェントを返します。Get the agent as seer or medium.- 戻り値:
- 占いもしくは霊媒をするエージェントAgent as seer or medium
-
getTarget
占いもしくは霊媒の対象となるエージェントを返します。Get the agent of judge target.- 戻り値:
- 占いもしくは霊媒の対象となるエージェントAgent of judge target
-
getResult
占いもしくは霊媒の結果を返します。Get the result of divine or medium.- 戻り値:
- 占いもしくは霊媒の結果Result of divine or medium
-
toString
-