OGS Java API Spec

Uses of Class
ogs.items.Weapon

Packages that use Weapon
ogs.feats A minimal set of universal feats. 
ogs.items The ogs.items package provides universal types of items; 
 

Uses of Weapon in ogs.feats
 

Methods in ogs.feats with parameters of type Weapon
abstract  boolean WeaponProficiency.isProficient(Weapon weapon)
          Determine if a weapon is a proficient weapon.
 boolean SingleWeapon.isProficient(Weapon weapon)
          Determine if a weapon is a proficient weapon.
 boolean AllWeapons.isProficient(Weapon weapon)
          Determine if a weapon is a proficient weapon.
 

Uses of Weapon in ogs.items
 

Subclasses of Weapon in ogs.items
 class ProjectileWeapon
          A ranged weapon that requires projectiles or other type of ammunition.
 class RangedWeapon
          A thrown melee weapon or projectile weapon.
 


OGS Java API Spec