Class HomingProjectileController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.Weapons.WeaponControllerComponent
com.csse3200.game.components.Weapons.SpecWeapon.ProjectileController
com.csse3200.game.components.Weapons.SpecWeapon.HomingProjectileController
- Direct Known Subclasses:
HomingMissileSprayProjectileController
-
Field Summary
Fields inherited from class com.csse3200.game.components.Weapons.WeaponControllerComponent
attackNum, config, currentRotation, player, remainingDuration
-
Constructor Summary
ConstructorsConstructorDescriptionHomingProjectileController
(WeaponConfig config, float attackDirection, Entity player, int attackNum) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
initial_animation
(AnimationRenderComponent animator) Set intial animationprotected void
Update entity animation if requiredprotected void
rotate()
Update entity rotation every tickMethods inherited from class com.csse3200.game.components.Weapons.SpecWeapon.ProjectileController
create, initial_position, initial_rotation, move
Methods inherited from class com.csse3200.game.components.Weapons.WeaponControllerComponent
add_animations, positionInDirection, update
Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate
-
Constructor Details
-
HomingProjectileController
public HomingProjectileController(WeaponConfig config, float attackDirection, Entity player, int attackNum)
-
-
Method Details
-
initial_animation
Description copied from class:WeaponControllerComponent
Set intial animation- Overrides:
initial_animation
in classProjectileController
- Parameters:
animator
- - animation component for the entity
-
rotate
protected void rotate()Description copied from class:WeaponControllerComponent
Update entity rotation every tick- Overrides:
rotate
in classProjectileController
-
reanimate
protected void reanimate()Description copied from class:WeaponControllerComponent
Update entity animation if required- Overrides:
reanimate
in classProjectileController
-