Class ArtilleryWeaponDirectFireHandler

All Implemented Interfaces:
Serializable, AttackHandler

public class ArtilleryWeaponDirectFireHandler extends ArtilleryWeaponIndirectFireHandler
Since:
Sep 24, 2004
See Also:
  • Constructor Details

  • Method Details

    • cares

      public boolean cares(GamePhase phase)
      Description copied from class: WeaponHandler
      Do we care about the specified phase?
      Specified by:
      cares in interface AttackHandler
      Overrides:
      cares in class ArtilleryWeaponIndirectFireHandler
      Parameters:
      phase - The current game phase
      Returns:
      True when this handler acts or might act in this phase. The handle() method of this handler is only called when this method returns true for the present phase.