Class TurretTargetableComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.structures.TurretTargetableComponent

public class TurretTargetableComponent extends Component
This component allows a turret to target the entity it is placed on.
  • Constructor Details

    • TurretTargetableComponent

      public TurretTargetableComponent()
  • Method Details

    • isInFov

      public boolean isInFov()
      Returns whether the entity is within a turrets fov.
      Returns:
      whether the entity is within a turrets fov.
    • setInFov

      public void setInFov(boolean inFov)
      Sets whether the entity is within a turrets fov
      Parameters:
      inFov - - whether the entity is within a turrets fov