public class GameInfo
extends java.lang.Object
コンストラクタと説明 |
---|
GameInfo() |
修飾子とタイプ | メソッドと説明 |
---|---|
Agent |
getAgent()
get yourself
|
java.util.List<Agent> |
getAgentList()
get agents
|
java.util.List<Agent> |
getAliveAgentList()
Agents who are aliving now
|
Agent |
getAttackedAgent()
agent who attacked last night
|
java.util.List<Vote> |
getAttackVoteList()
Attack vote list. werewolf only
|
int |
getDay()
get the day
|
Judge |
getDivineResult()
Result of the dvine. seer only
|
Agent |
getExecutedAgent()
agent who executed last night
|
Judge |
getMediumResult()
Result of medium. medium only
|
Role |
getRole()
get player's role
|
java.util.Map<Agent,Role> |
getRoleMap()
Known roles of agents.
|
java.util.Map<Agent,Status> |
getStatusMap()
statuses of all agents
|
java.util.List<Talk> |
getTalkList()
Today's talks
|
java.util.List<Vote> |
getVoteList()
Vote list.
|
java.util.List<Talk> |
getWhisperList()
today's whispers. werewolf only
|
public int getDay()
public Role getRole()
public Agent getAgent()
public java.util.List<Agent> getAgentList()
public Judge getMediumResult()
public Judge getDivineResult()
public Agent getExecutedAgent()
public Agent getAttackedAgent()
public java.util.List<Vote> getVoteList()
public java.util.List<Vote> getAttackVoteList()
public java.util.List<Talk> getTalkList()
public java.util.List<Talk> getWhisperList()
public java.util.List<Agent> getAliveAgentList()