public abstract class AbstractMedium extends AbstractRole
コンストラクタと説明 |
---|
AbstractMedium() |
修飾子とタイプ | メソッドと説明 |
---|---|
Agent |
attack() |
void |
dayStart() |
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, update
public void dayStart()
dayStart
クラス内 AbstractRole
public abstract java.lang.String talk()
talk
クラス内 AbstractRole
public final java.lang.String whisper()
whisper
クラス内 AbstractRole
public abstract Agent vote()
vote
クラス内 AbstractRole
public final Agent attack()
attack
クラス内 AbstractRole
public final Agent divine()
divine
クラス内 AbstractRole
public final Agent guard()
guard
クラス内 AbstractRole
public abstract void finish()
finish
クラス内 AbstractRole
public java.util.ArrayList<Judge> getMyJudgeList()
public boolean isJudgedAgent(Agent agent)
myJudgeList
- agent
-