クラス MoonsWorkModel
java.lang.Object
net.trpfrog.medipro_game.scene.GameModel
net.trpfrog.medipro_game.mini_game.moons_work.MoonsWorkModel
- すべての実装されたインタフェース:
GameMVC,Suspendable
public class MoonsWorkModel extends GameModel
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static intbusyLevelstatic intclearCondition -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 MoonsWorkModel() -
メソッドの概要
修飾子とタイプ メソッド 説明 voidendGame()AlertgetAlert()BackgroundgetBackground()java.awt.PointgetCenterPoint()java.awt.RectanglegetCircleDrawArea()DefenceCountergetCounter()EarthgetEarth()MeteoriteManagergetMeteoriteManager()MoongetMoon()RocketLiveCountgetRocketLiveCount()RocketManagergetRocketManager()booleanisPlaying()voidresume()動作の再開を定義します。voidsuspend()動作の停止を定義します。クラスから継承されたメソッド net.trpfrog.medipro_game.scene.GameModel
addSymbol, getSymbolsListクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
busyLevel
public static int busyLevel -
clearCondition
public static int clearCondition
-
-
コンストラクタの詳細
-
MoonsWorkModel
public MoonsWorkModel()
-
-
メソッドの詳細
-
endGame
public void endGame() -
getMeteoriteManager
-
getRocketManager
-
getCenterPoint
public java.awt.Point getCenterPoint() -
getCircleDrawArea
public java.awt.Rectangle getCircleDrawArea() -
getMoon
-
getEarth
-
getCounter
-
getBackground
-
getRocketLiveCount
-
getAlert
-
isPlaying
public boolean isPlaying() -
suspend
public void suspend()インタフェースからコピーされた説明:Suspendable動作の停止を定義します。 -
resume
public void resume()インタフェースからコピーされた説明:Suspendable動作の再開を定義します。
-