クラス GameController

java.lang.Object
net.trpfrog.medipro_game.scene.GameController
すべての実装されたインタフェース:
GameMVC, Suspendable
直系の既知のサブクラス:
DialogBackgroundController, GalaxyExpressController, MainMenuController, MoonsWorkController, RaceGameController, ShootingStarController, SpaceController

public abstract class GameController
extends java.lang.Object
implements GameMVC
ゲームシーンの操作に使うメソッドを定義する抽象クラス。 ゲームシーンのControllerは必ずこの抽象クラスを継承してください。
作成者:
つまみ
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    GameController​(GameModel model, GameView view)  
  • メソッドの概要

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド net.trpfrog.medipro_game.Suspendable

    resume, suspend
  • コンストラクタの詳細