クラス Meteorite
java.lang.Object
net.trpfrog.medipro_game.symbol.Symbol
net.trpfrog.medipro_game.symbol.MovableSymbol
net.trpfrog.medipro_game.mini_game.moons_work.symbols.Meteorite
public class Meteorite extends MovableSymbol
隕石のシンボルを管理するクラス
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static java.awt.Image
ROCK_IMG
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Meteorite(int x, int y)
指定したモデルに image の見た目の隕石を座標(x,y) に生成します。 -
メソッドの概要
クラスから継承されたメソッド net.trpfrog.medipro_game.symbol.MovableSymbol
accelerate, getMaxSpeed, getMinSpeed, getSpeedPxPerSecond, getSpeedX, getSpeedY, getTimer, move, moveMilliseconds, setMaxSpeed, setMinSpeed, setSpeedPxPerSecond, start, stop
クラスから継承されたメソッド 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
-
フィールド詳細
-
ROCK_IMG
public static final java.awt.Image ROCK_IMG
-
-
コンストラクタの詳細
-
Meteorite
public Meteorite(int x, int y)指定したモデルに image の見た目の隕石を座標(x,y) に生成します。- パラメータ:
x
- 初期位置のx座標y
- 初期位置のy座標
-