public interface GameSetting
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getMaxTalk() |
int |
getPlayerNum()
get total numbers of players
|
int |
getRoleNum(Role role)
get number of roles
|
java.util.Map<Role,java.lang.Integer> |
getRoleNumMap() |
boolean |
isEnableNoAttack()
Is enable no attack
|
boolean |
isVoteVisible()
is vote visible
|
int getRoleNum(Role role)
role
- int getMaxTalk()
boolean isEnableNoAttack()
boolean isVoteVisible()
int getPlayerNum()
java.util.Map<Role,java.lang.Integer> getRoleNumMap()