Uses of Class
com.starpoints.game.GameInfo
-
Packages that use GameInfo Package Description com.starpoints Contains main classes for StarpointArena.com.starpoints.editor Contains classes for the level editor.com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.league Contains classes for the league game. -
-
Uses of GameInfo in com.starpoints
Methods in com.starpoints that return GameInfo Modifier and Type Method Description GameInfoStarpointController. createGameInfo(int playerCount, java.lang.String levelInfoStream)Creates a new GameInfo for the given number of players.Methods in com.starpoints with parameters of type GameInfo Modifier and Type Method Description GameStarpointController. createGame(GameInfo gameInfo)Creates a new game in the state initialized. -
Uses of GameInfo in com.starpoints.editor
Constructors in com.starpoints.editor with parameters of type GameInfo Constructor Description StarpointEditor(StarpointController controller, GameInfo gameInfo)Creates a new StarpointEditor. -
Uses of GameInfo in com.starpoints.game
Fields in com.starpoints.game declared as GameInfo Modifier and Type Field Description protected GameInfoGame. gameInfoThe GameInfo.Methods in com.starpoints.game that return GameInfo Modifier and Type Method Description GameInfoGame. getGameInfo()Gets the GameInfo.Constructors in com.starpoints.game with parameters of type GameInfo Constructor Description Game(StarpointController context, GameInfo gameInfo)Creates a new game.Tutorial(StarpointController controller, GameInfo gameInfo)Creates a new Tutorial. -
Uses of GameInfo in com.starpoints.league
Methods in com.starpoints.league with parameters of type GameInfo Modifier and Type Method Description protected voidLeagueGame. initializeLeagueFigures(GameInfo gameInfo)Initializes the list of league figures when the league begins.Constructors in com.starpoints.league with parameters of type GameInfo Constructor Description LeagueGame(StarpointController context, GameInfo gameInfo)Creates a new LeagueGame.
-