public abstract class AbstractSeer extends AbstractRole
| コンストラクタと説明 |
|---|
AbstractSeer() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Agent |
attack() |
void |
dayStart() |
abstract Agent |
divine() |
abstract void |
finish() |
java.util.ArrayList<Judge> |
getMyJudgeList() |
Agent |
guard() |
boolean |
isJudgedAgent(Agent agent)
すでに占い(or霊能)対象にしたプレイヤーならtrue,まだ占っていない(霊能していない)ならばfalseを返す.
|
abstract java.lang.String |
talk() |
abstract Agent |
vote() |
java.lang.String |
whisper() |
getDay, getGameInfo, getGameInfoMap, getGameSetting, getLatestDayGameInfo, getMe, getMyRole, getName, initialize, setAgent, updatepublic void dayStart()
dayStart クラス内 AbstractRolepublic abstract java.lang.String talk()
talk クラス内 AbstractRolepublic final java.lang.String whisper()
whisper クラス内 AbstractRolepublic abstract Agent vote()
vote クラス内 AbstractRolepublic final Agent attack()
attack クラス内 AbstractRolepublic abstract Agent divine()
divine クラス内 AbstractRolepublic final Agent guard()
guard クラス内 AbstractRolepublic abstract void finish()
finish クラス内 AbstractRolepublic java.util.ArrayList<Judge> getMyJudgeList()
public boolean isJudgedAgent(Agent agent)
myJudgeList - agent -