Class InfantryWeaponMounted

All Implemented Interfaces:
Serializable, PhaseUpdated, RoundUpdated

public class InfantryWeaponMounted extends WeaponMounted
Specialized mount used for infantry units with primary and secondary weapons. This handles special features of both weapons. Infantry units that only have a single weapon should use Mounted.
See Also:
  • Constructor Details

    • InfantryWeaponMounted

      public InfantryWeaponMounted(Entity entity, InfantryWeapon rangeWeapon, InfantryWeapon otherWeapon)
      Creates a Mounted that deals with combined feature of a primary and a secondary weapon. Infantry units with a single type of weapon should use Mounted
      Parameters:
      entity - The infantry unit
      rangeWeapon - The weapon used to calculate range.
      otherWeapon - The other weapon
  • Method Details