public abstract class AbstractWerewolf extends AbstractRole
コンストラクタと説明 |
---|
AbstractWerewolf()
このクラスの新しいインスタンスを初期化する.
|
修飾子とタイプ | メソッドと説明 |
---|---|
abstract Agent |
attack()
この人狼が襲撃したいプレイヤーを返す.
|
abstract void |
dayStart()
1日の始まりに呼び出される.
|
Agent |
divine()
この占い師が占いたいプレイヤーを返す.
|
abstract void |
finish()
ゲーム終了時に呼び出される.
|
java.util.List<Agent> |
getWolfList()
人狼のリストを返す.
|
Agent |
guard()
この狩人が護衛したいプレイヤーを返す.
|
abstract java.lang.String |
talk()
このプレイヤーの発言のテキストを返す.
|
abstract Agent |
vote()
このプレイヤーが追放したいプレイヤーを返す.
|
abstract java.lang.String |
whisper()
この人狼の囁きのテキストを返す.
|
getDay, getGameInfo, getGameInfoMap, getGameSetting, getLatestDayGameInfo, getMe, getMyRole, getName, initialize, setAgent, update
public AbstractWerewolf()
public abstract void dayStart()
AbstractRole
dayStart
クラス内 AbstractRole
public abstract java.lang.String talk()
AbstractRole
talk
クラス内 AbstractRole
public abstract java.lang.String whisper()
AbstractRole
whisper
クラス内 AbstractRole
public abstract Agent vote()
AbstractRole
vote
クラス内 AbstractRole
public abstract Agent attack()
AbstractRole
attack
クラス内 AbstractRole
public final Agent divine()
AbstractRole
divine
クラス内 AbstractRole
public final Agent guard()
AbstractRole
guard
クラス内 AbstractRole
public abstract void finish()
AbstractRole
finish
クラス内 AbstractRole
public java.util.List<Agent> getWolfList()