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