クラス Moon
java.lang.Object
net.trpfrog.medipro_game.symbol.Symbol
net.trpfrog.medipro_game.mini_game.moons_work.symbols.Moon
public class Moon extends Symbol
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Moon(MoonsWorkModel model) -
メソッドの概要
修飾子とタイプ メソッド 説明 voidsetLocation(double x, double y)オブジェクトの座標を設定します。クラスから継承されたメソッド 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, setPoint, setRelativeHitBox, setRelativeHitJudgeRectangle, setX, setY, touches, translate, turnAnticlockwiseDegrees, turnClockwiseDegreesクラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
Moon
-
-
メソッドの詳細
-
setLocation
public void setLocation(double x, double y)クラスからコピーされた説明:Symbolオブジェクトの座標を設定します。- オーバーライド:
setLocationクラス内Symbol- パラメータ:
x- x座標y- y座標
-