クラス ShootingStarModel

java.lang.Object
net.trpfrog.medipro_game.scene.GameModel
net.trpfrog.medipro_game.mini_game.shooting_star.ShootingStarModel
すべての実装されたインタフェース:
GameMVC, Suspendable

public class ShootingStarModel
extends GameModel
  • コンストラクタの詳細

    • ShootingStarModel

      public ShootingStarModel()
  • メソッドの詳細

    • getStars

      public java.util.List<ShootingStar> getStars()
    • addStar

      public void addStar()
    • getBackground

      public Background getBackground()
    • getCouple

      public Couple getCouple()
    • getScore

      public int getScore()
    • setScore

      public void setScore​(int score)
    • getScoreCounter

      public ScoreCounter getScoreCounter()
    • getGameTimer

      public GameTimer getGameTimer()
    • endGame

      public void endGame()
    • suspend

      public void suspend()
      インタフェースからコピーされた説明: Suspendable
      動作の停止を定義します。
    • resume

      public void resume()
      インタフェースからコピーされた説明: Suspendable
      動作の再開を定義します。