クラス 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.GameModeladdSymbol, getSymbolsListクラスから継承されたメソッド java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
フィールド詳細- 
busyLevelpublic static int busyLevel
- 
clearConditionpublic static int clearCondition
 
- 
- 
コンストラクタの詳細- 
MoonsWorkModelpublic MoonsWorkModel()
 
- 
- 
メソッドの詳細- 
endGamepublic void endGame()
- 
getMeteoriteManager
- 
getRocketManager
- 
getCenterPointpublic java.awt.Point getCenterPoint()
- 
getCircleDrawAreapublic java.awt.Rectangle getCircleDrawArea()
- 
getMoon
- 
getEarth
- 
getCounter
- 
getBackground
- 
getRocketLiveCount
- 
getAlert
- 
isPlayingpublic boolean isPlaying()
- 
suspendpublic void suspend()インタフェースからコピーされた説明:Suspendable動作の停止を定義します。
- 
resumepublic void resume()インタフェースからコピーされた説明:Suspendable動作の再開を定義します。
 
-