public class CheckHit extends MovingModel
コンストラクタと説明 |
---|
CheckHit(java.awt.Shape target) |
修飾子とタイプ | メソッドと説明 |
---|---|
CheckHit |
clone()
このモデルのクローンを返します.
|
java.awt.Shape |
getTarget() |
void |
move(BasicSprite s) |
void |
setTarget(java.awt.Shape target) |
public java.awt.Shape getTarget()
public void setTarget(java.awt.Shape target)
public void move(BasicSprite s)
move
クラス内 MovingModel
public CheckHit clone()
Model
clone
クラス内 MovingModel