クラス RaceGameModel
java.lang.Object
net.trpfrog.medipro_game.scene.GameModel
net.trpfrog.medipro_game.mini_game.race_game.RaceGameModel
- すべての実装されたインタフェース:
GameMVC,Suspendable
public class RaceGameModel extends GameModel
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RaceGameModel() -
メソッドの概要
修飾子とタイプ メソッド 説明 BackgroundgetBackground()CargetCar()voidresume()動作の再開を定義します。voidsuspend()動作の停止を定義します。クラスから継承されたメソッド net.trpfrog.medipro_game.scene.GameModel
addSymbol, getSymbolsListクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
RaceGameModel
public RaceGameModel()
-
-
メソッドの詳細
-
getCar
-
getBackground
-
suspend
public void suspend()インタフェースからコピーされた説明:Suspendable動作の停止を定義します。 -
resume
public void resume()インタフェースからコピーされた説明:Suspendable動作の再開を定義します。
-