universum.bi
Class UserGameInfo

java.lang.Object
  extended by universum.bi.UserGameInfo

public class UserGameInfo
extends java.lang.Object

Pure data class containing info about game visible to user, passed to reinit() metod of Being

See Also:
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

kind

public GameKind kind
kind of the game


maxTurns

public int maxTurns
number of turns

Constructor Detail

UserGameInfo

public UserGameInfo()