public class CheckTime extends MovingModel
| コンストラクタと説明 |
|---|
CheckTime(TimeCounter timeCounter) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CheckTime |
clone()
このモデルのクローンを返します.
|
TimeCounter |
getTimeCounter() |
void |
move(BasicSprite s) |
void |
setTimeCounter(TimeCounter timeCounter) |
public CheckTime(TimeCounter timeCounter)
public void setTimeCounter(TimeCounter timeCounter)
public TimeCounter getTimeCounter()
public void move(BasicSprite s)
move クラス内 MovingModelpublic CheckTime clone()
Modelclone クラス内 MovingModel