Uses of Class
cz.cuni.amis.pogamut.ut3.communication.messages.UT3ItemType

Packages that use UT3ItemType
cz.cuni.amis.pogamut.ut3.communication.messages   
 

Uses of UT3ItemType in cz.cuni.amis.pogamut.ut3.communication.messages
 

Fields in cz.cuni.amis.pogamut.ut3.communication.messages declared as UT3ItemType
static UT3ItemType UT3ItemType.ARMOR_HELMET
          Helmet.
static UT3ItemType UT3ItemType.ARMOR_SHIELD_BELT
          Shieldbelt.
static UT3ItemType UT3ItemType.ARMOR_THIGHPADS
          Thighpads.
static UT3ItemType UT3ItemType.ARMOR_VEST
          Vest.
static UT3ItemType UT3ItemType.AVRIL
          AVRIL weapon
static UT3ItemType UT3ItemType.AVRIL_AMMO
          AVRIL ammo
static UT3ItemType UT3ItemType.BERSERK_PACK
           
static UT3ItemType UT3ItemType.BIO_RIFLE
          BioRifle weapon.
static UT3ItemType UT3ItemType.BIO_RIFLE_AMMO
          BioRifle ammo.
static UT3ItemType UT3ItemType.BIO_RIFLE_PROJECTILE
          BioRifle projectile.
static UT3ItemType UT3ItemType.EMP_MINE
          EMP Mine
static UT3ItemType UT3ItemType.EMP_MINE_AMMO
          EMP Mine Ammo
static UT3ItemType UT3ItemType.ENERGY_SHIELD
          EnergyShield
static UT3ItemType UT3ItemType.ENERGY_SHIELD_AMMO
          EnergyShield Ammo
static UT3ItemType UT3ItemType.ENFORCER
          Enforcer weapon.
static UT3ItemType UT3ItemType.ENFORCER_AMMO
          Enforcer ammo.
static UT3ItemType UT3ItemType.FLAK_CANNON
          FlakCannon weapon.
static UT3ItemType UT3ItemType.FLAK_CANNON_AMMO
          FlakCannon ammo.
static UT3ItemType UT3ItemType.FLAK_CANNON_CHUNK
          FlakCannon chunk projectile.
static UT3ItemType UT3ItemType.FLAK_CANNON_SHELL
          FlakCannon shell projectile.
static UT3ItemType UT3ItemType.HEALTH_VIAL
          Health vial.
static UT3ItemType UT3ItemType.IMPACT_HAMMER
          ImpactHammer weapon.
static UT3ItemType UT3ItemType.IMPACT_HAMMER_AMMO
          ImpactHammer ammo - sent when the bot is spawned.
static UT3ItemType UT3ItemType.INVISIBILITY
          Invisibility
static UT3ItemType UT3ItemType.INVULNERABILITY
          Invulnerability
static UT3ItemType UT3ItemType.JUMP_BOOTS
           
static UT3ItemType UT3ItemType.KEY
          Key.
static UT3ItemType UT3ItemType.LINK_GENERATOR
          Link generator
static UT3ItemType UT3ItemType.LINK_GENERATOR_AMMO
          Link generator Ammo
static UT3ItemType UT3ItemType.LINK_GUN
          LinkGun weapon.
static UT3ItemType UT3ItemType.LINK_GUN_AMMO
          LinkGun ammo.
static UT3ItemType UT3ItemType.LINK_GUN_PROJECTILE
          LinkGun projectile.
static UT3ItemType UT3ItemType.MEDIUM_HEALTH
          Health kit.
static UT3ItemType UT3ItemType.NONE
          No UT3ItemType
static UT3ItemType UT3ItemType.REDEEMER
          SniperRifle weapon (classic sniper weapon).
static UT3ItemType UT3ItemType.REDEEMER_AMMO
           
static UT3ItemType UT3ItemType.REDEEMER_PROJECTILE
           
static UT3ItemType UT3ItemType.ROCKET_LAUNCHER
          RocketLauncher weapon.
static UT3ItemType UT3ItemType.ROCKET_LAUNCHER_AMMO
          RocketLauncher ammo.
static UT3ItemType UT3ItemType.ROCKET_LAUNCHER_PROJECTILE
          RocketLauncher projectile.
static UT3ItemType UT3ItemType.SHAPED_CHARGE
          ShapedCharge
static UT3ItemType UT3ItemType.SHAPED_CHARGE_AMMO
          ShapedCharge Ammo
static UT3ItemType UT3ItemType.SHOCK_RIFLE
          ShockRifle weapon.
static UT3ItemType UT3ItemType.SHOCK_RIFLE_AMMO
          ShockRifle ammo.
static UT3ItemType UT3ItemType.SHOCK_RIFLE_PROJECTILE
          ShockRifle projectile.
static UT3ItemType UT3ItemType.SLOW_FIELD
          Slow Field
static UT3ItemType UT3ItemType.SLOW_VOLUME
          Slow Volume
static UT3ItemType UT3ItemType.SLOW_VOLUME_AMMO
          Slow Volume Ammo
static UT3ItemType UT3ItemType.SLOW_VOLUME_CONTENT
          Slow Volume content, this is the field itself
static UT3ItemType UT3ItemType.SNIPER_RIFLE
          SniperRifle weapon (classic sniper weapon).
static UT3ItemType UT3ItemType.SNIPER_RIFLE_AMMO
          SniperRifle ammo.
static UT3ItemType UT3ItemType.SPIDERMINE_TRAP
          SpiderMine Trap
static UT3ItemType UT3ItemType.SPIDERMINE_TRAP_AMMO
          SpiderMine Trap Ammo
static UT3ItemType UT3ItemType.STINGER_MINIGUN
          Minigun weapon.
static UT3ItemType UT3ItemType.STINGER_MINIGUN_AMMO
          Minigun ammo.
static UT3ItemType UT3ItemType.STINGER_MINIGUN_SHARD
           
static UT3ItemType UT3ItemType.SUPER_HEALTH_PACK
          SuperHealth charger.
static UT3ItemType UT3ItemType.TRANSLOCATOR
          Translocator.
static UT3ItemType UT3ItemType.TRANSLOCATOR_PROJECTILE
          Translocator Beacon.
static UT3ItemType UT3ItemType.U_DAMAGE_PACK
          UDamage bonus (damage multiplier).
static UT3ItemType UT3ItemType.WEAPON_LOCKER
          WeaponLocker.
static UT3ItemType UT3ItemType.XRAY_VOLUME
          XRay Volume
static UT3ItemType UT3ItemType.XRAY_VOLUME_AMMO
          XRay Ammo
 

Methods in cz.cuni.amis.pogamut.ut3.communication.messages that return UT3ItemType
static UT3ItemType UT3ItemType.getAmmoForWeapon(cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType itemType)
           
static UT3ItemType UT3ItemType.getWeaponForAmmo(cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType itemType)
           
static UT3ItemType UT3ItemType.getWeaponItemType(String str)
          Attempts to recognize the weapon you are currently holding...
static UT3ItemType UT3ItemType.getWeaponItemType(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId id)
           
static UT3ItemType UT3ItemType.MakePrototype(cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category category, UT3ItemType.UT3Group group, String[] utNames)
          Proto-constructor.
 



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