|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuniversum.bi.UserGameInfo
public class UserGameInfo
Pure data class containing info about game visible to user, passed to reinit() metod of Being
Being.reinit(UserGameInfo)
Field Summary | |
---|---|
GameKind |
kind
kind of the game |
int |
maxTurns
number of turns |
Constructor Summary | |
---|---|
UserGameInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public GameKind kind
public int maxTurns
Constructor Detail |
---|
public UserGameInfo()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |