クラス 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) -
メソッドの概要
修飾子とタイプ メソッド 説明 intdangerousLevel()voidexplode(boolean quitGame)ImageAnimationSymbolgetExplosionAnimation()static booleanisExploded()voidresume()動作の再開を定義します。voidsuspend()動作の停止を定義します。クラスから継承されたメソッド 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
-