Class StaticController
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.Weapons.WeaponControllerComponent
com.csse3200.game.components.Weapons.SpecWeapon.StaticController
-
Field Summary
Fields inherited from class com.csse3200.game.components.Weapons.WeaponControllerComponent
attackNum, config, currentRotation, player, remainingDuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
add_animations, create, positionInDirection, update
Methods inherited from class com.csse3200.game.components.Component
dispose, earlyUpdate, getEntity, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate
-
Constructor Details
-
StaticController
-
-
Method Details
-
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
-