クラス Earth
java.lang.Object
net.trpfrog.medipro_game.symbol.Symbol
net.trpfrog.medipro_game.mini_game.moons_work.symbols.Earth
- すべての実装されたインタフェース:
Suspendable
public class Earth extends Symbol implements Suspendable
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Earth(MoonsWorkModel model)
-
メソッドの概要
修飾子とタイプ メソッド 説明 int
dangerousLevel()
void
explode(boolean quitGame)
ImageAnimationSymbol
getExplosionAnimation()
static boolean
isExploded()
void
resume()
動作の再開を定義します。void
suspend()
動作の停止を定義します。クラスから継承されたメソッド net.trpfrog.medipro_game.symbol.Symbol
calcSightLineX, calcSightLineY, createHitJudgementRectangle, createPoint, createTranslatedDrawer, equals, faceTo, faceTo, getAbsoluteHitBox, getAngleDegrees, getAngleRadians, getDrawer, getHitJudgeRectangle, getPoint, getPoint2D, getRelativeHitBox, getX, getY, hashCode, isTouched, isTouched, isTouched, setAngleDegrees, setDrawer, setLocation, setPoint, setRelativeHitBox, setRelativeHitJudgeRectangle, setX, setY, touches, translate, turnAnticlockwiseDegrees, turnClockwiseDegrees
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
Earth
-
-
メソッドの詳細
-
explode
public void explode(boolean quitGame) -
isExploded
public static boolean isExploded() -
dangerousLevel
public int dangerousLevel() -
getExplosionAnimation
-
suspend
public void suspend()インタフェースからコピーされた説明:Suspendable
動作の停止を定義します。- 定義:
suspend
インタフェース内Suspendable
-
resume
public void resume()インタフェースからコピーされた説明:Suspendable
動作の再開を定義します。- 定義:
resume
インタフェース内Suspendable
-