クラス 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()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
addStar()
void
endGame()
Background
getBackground()
Couple
getCouple()
GameTimer
getGameTimer()
int
getScore()
ScoreCounter
getScoreCounter()
java.util.List<ShootingStar>
getStars()
void
resume()
動作の再開を定義します。void
setScore(int score)
void
suspend()
動作の停止を定義します。クラスから継承されたメソッド net.trpfrog.medipro_game.scene.GameModel
addSymbol, getSymbolsList
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
ShootingStarModel
public ShootingStarModel()
-
-
メソッドの詳細
-
getStars
-
addStar
public void addStar() -
getBackground
-
getCouple
-
getScore
public int getScore() -
setScore
public void setScore(int score) -
getScoreCounter
-
getGameTimer
-
endGame
public void endGame() -
suspend
public void suspend()インタフェースからコピーされた説明:Suspendable
動作の停止を定義します。 -
resume
public void resume()インタフェースからコピーされた説明:Suspendable
動作の再開を定義します。
-