Class TurretTargetableComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.structures.TurretTargetableComponent
This component allows a turret to target the entity it is placed on.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate, update
-
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
-