Class BlackholeAttackComponent

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.components.enemy.BlackholeAttackComponent

public class BlackholeAttackComponent extends Component
  • Constructor Details

    • BlackholeAttackComponent

      public BlackholeAttackComponent(Entity target, float radius, float lifeTime)
  • Method Details

    • update

      public void update()
      Description copied from class: Component
      Called once per frame of the game, and should be used for most component logic. Not called if component is disabled.
      Overrides:
      update in class Component