Uses of Class
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.Mutator

Packages that use Mutator
cz.cuni.amis.pogamut.udk.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages   
cz.cuni.amis.pogamut.udk.communication.translator.shared.events   
cz.cuni.amis.pogamut.udk.server   
cz.cuni.amis.pogamut.udk.server.impl   
 

Uses of Mutator in cz.cuni.amis.pogamut.udk.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensor that return types with arguments of type Mutator
 List<Mutator> Game.getMutators()
          Returns list of mutators that are active in the current game.
 

Uses of Mutator in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages
 

Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages with parameters of type Mutator
Mutator(Mutator original)
          Cloning constructor.
 

Uses of Mutator in cz.cuni.amis.pogamut.udk.communication.translator.shared.events
 

Methods in cz.cuni.amis.pogamut.udk.communication.translator.shared.events that return types with arguments of type Mutator
 List<Mutator> MutatorListObtained.getMutators()
           
 

Constructor parameters in cz.cuni.amis.pogamut.udk.communication.translator.shared.events with type arguments of type Mutator
MutatorListObtained(List<Mutator> list)
           
 

Uses of Mutator in cz.cuni.amis.pogamut.udk.server
 

Methods in cz.cuni.amis.pogamut.udk.server that return types with arguments of type Mutator
 List<Mutator> IUDKServer.getMutators()
          Reeturns list of all mutators available on the server.
 

Uses of Mutator in cz.cuni.amis.pogamut.udk.server.impl
 

Methods in cz.cuni.amis.pogamut.udk.server.impl that return types with arguments of type Mutator
 List<Mutator> AbstractUDKServer.getMutators()
           
 



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