クラス 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 int
busyLevel
static int
clearCondition
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 MoonsWorkModel()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
endGame()
Alert
getAlert()
Background
getBackground()
java.awt.Point
getCenterPoint()
java.awt.Rectangle
getCircleDrawArea()
DefenceCounter
getCounter()
Earth
getEarth()
MeteoriteManager
getMeteoriteManager()
Moon
getMoon()
RocketLiveCount
getRocketLiveCount()
RocketManager
getRocketManager()
boolean
isPlaying()
void
resume()
動作の再開を定義します。void
suspend()
動作の停止を定義します。クラスから継承されたメソッド 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
動作の再開を定義します。
-