Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.WeaponPrefsRange

Packages that use WeaponPrefsRange
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
 

Uses of WeaponPrefsRange in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor declared as WeaponPrefsRange
protected  WeaponPrefsRange WeaponPrefs.generalPrefs
           
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with type parameters of type WeaponPrefsRange
protected  List<WeaponPrefsRange> WeaponPrefs.prefs
           
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return WeaponPrefsRange
 WeaponPrefsRange WeaponPrefsRange.add(ItemType weapon, boolean usePrimaryMode)
          Adds another weapon as "the least preferable" one, i.e., you may define weapons from the most preferred to the least preferred by sequentially calling this method.
 WeaponPrefsRange WeaponPrefsRange.add(Weapon weapon, boolean usePrimaryMode)
          Adds another weapon as "the least preferable" one, i.e., you may define weapons from the most preferred to the least preferred by sequentially calling this method.
 WeaponPrefsRange WeaponPrefs.getGeneralPrefs()
          Returns general weapon preferences.
protected  WeaponPrefsRange WeaponPrefs.getPreviousRange(WeaponPrefsRange weaponPrefsRange)
          Get range that is right after "weaponPrefsRange".
 WeaponPrefsRange WeaponPrefs.getWeaponPreferences(double distance)
          Get preferences for a given distance.
 WeaponPrefsRange WeaponPrefs.newPrefsRange(double maxDistance)
          Creates new WeaponPrefsRange, these weapon will be used when the target is at "maxDistance" afar.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type WeaponPrefsRange
protected  WeaponPrefsRange WeaponPrefs.getPreviousRange(WeaponPrefsRange weaponPrefsRange)
          Get range that is right after "weaponPrefsRange".
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type WeaponPrefsRange
WeaponPrefs(Weaponry weaponry, UT2004Bot bot, WeaponPrefsRange generalPrefs)
           
WeaponPrefsRange(WeaponPrefs owner, WeaponPrefsRange prefs)
           
 



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