Class BoomerangController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.Weapons.WeaponControllerComponent
com.csse3200.game.components.Weapons.SpecWeapon.BoomerangController
-
Field Summary
Fields inherited from class com.csse3200.game.components.Weapons.WeaponControllerComponent
attackNum, config, currentRotation, player, remainingDuration
-
Constructor Summary
ConstructorsConstructorDescriptionBoomerangController
(WeaponConfig config, float attackDirection, Entity player, int attackNum) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
add_animations
(AnimationRenderComponent animator) Function to add animations based on standard animation configurations (Overidable)protected void
initial_animation
(AnimationRenderComponent animator) Set intial animationprotected void
Set initial positionprotected void
Set initial rotation (defaults to attack direction)protected void
move()
Update entity location every tickprotected void
Update entity animation if requiredprotected void
rotate()
Update entity rotation every tickMethods inherited from class com.csse3200.game.components.Weapons.WeaponControllerComponent
create, positionInDirection, update
Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate
-
Constructor Details
-
BoomerangController
public BoomerangController(WeaponConfig config, float attackDirection, Entity player, int attackNum)
-
-
Method Details
-
add_animations
Description copied from class:WeaponControllerComponent
Function to add animations based on standard animation configurations (Overidable)- Overrides:
add_animations
in classWeaponControllerComponent
-
initial_rotation
protected void initial_rotation()Description copied from class:WeaponControllerComponent
Set initial rotation (defaults to attack direction)- Specified by:
initial_rotation
in classWeaponControllerComponent
-
initial_position
protected void initial_position()Description copied from class:WeaponControllerComponent
Set initial position- Specified by:
initial_position
in classWeaponControllerComponent
-
initial_animation
Description copied from class:WeaponControllerComponent
Set intial animation- Specified by:
initial_animation
in classWeaponControllerComponent
- Parameters:
animator
- - animation component for the entity
-
rotate
protected void rotate()Description copied from class:WeaponControllerComponent
Update entity rotation every tick- Specified by:
rotate
in classWeaponControllerComponent
-
move
protected void move()Description copied from class:WeaponControllerComponent
Update entity location every tick- Specified by:
move
in classWeaponControllerComponent
-
reanimate
protected void reanimate()Description copied from class:WeaponControllerComponent
Update entity animation if required- Specified by:
reanimate
in classWeaponControllerComponent
-