|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectbakutan.common.ai.AIOutput
public class AIOutput
コンストラクタの概要 | |
---|---|
AIOutput()
|
メソッドの概要 | |
---|---|
byte |
getAction()
アクションを取得する。 |
BVector2f |
getActiontarget()
アクションターゲットの位置を得る。 |
BVector2f |
getVelocity()
移動の速度を得る。 |
void |
setAction(int action)
アクションを設定する。 |
void |
setActiontarget(BVector2f actiontarget)
アクションターゲットの位置を設定する。 |
void |
setVelocity(BVector2f velocity)
移動の速度を設定する。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AIOutput()
メソッドの詳細 |
---|
public byte getAction()
public void setAction(int action)
action
- 設定するアクションpublic BVector2f getActiontarget()
public void setActiontarget(BVector2f actiontarget)
actiontarget
- 設定するアクションターゲットの位置。public BVector2f getVelocity()
public void setVelocity(BVector2f velocity)
velocity
- 設定する速度。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |