Uses of Class
cz.cuni.amis.pogamut.defcon.consts.GameSpeed

Packages that use GameSpeed
cz.cuni.amis.pogamut.defcon.agent.module.sensor   
cz.cuni.amis.pogamut.defcon.communication.messages.commands   
cz.cuni.amis.pogamut.defcon.communication.messages.infos   
cz.cuni.amis.pogamut.defcon.consts   
 

Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.defcon.agent.module.sensor that return GameSpeed
 GameSpeed GameInfo.getGameSpeed()
          Current speed-up factor of the game over the real time passed.
 

Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.communication.messages.commands
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands that return GameSpeed
 GameSpeed RequestGameSpeed.getSpeed()
          Requested speed.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type GameSpeed
 RequestGameSpeed RequestGameSpeed.setSpeed(GameSpeed speed)
          Requested speed.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type GameSpeed
RequestGameSpeed(GameSpeed speed)
          Creates new instance of command RequestGameSpeed.
 

Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.communication.messages.infos
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.infos that return GameSpeed
 GameSpeed GameSpeedChanged.getNewSpeed()
          New speed.
 GameSpeed GameSpeedChanged.getOldSpeed()
          Old speed.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.infos with parameters of type GameSpeed
GameSpeedChanged(GameSpeed oldSpeed, GameSpeed newSpeed, double time)
          Creates new instance of message GameSpeedChanged.
 

Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.consts
 

Methods in cz.cuni.amis.pogamut.defcon.consts that return GameSpeed
static GameSpeed GameSpeed.getEnum(int factor)
           
static GameSpeed GameSpeed.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GameSpeed[] GameSpeed.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.