パッケージ org.aiwolf.client.lib
クラス AttackContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.AttackContentBuilder
襲撃発話ビルダークラス
Builder class for the utterance of an attack.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明AttackContentBuilder
(Agent target) 襲撃発話のためのAttackContentBuilderを構築する(主語の指定なし) Constructs an AttackContentBuilder for the utterance of an attack (with no subject specified).AttackContentBuilder
(Agent subject, Agent target) 襲撃発話のためのAttackContentBuilderを構築する Constructs an AttackContentBuilder for the utterance of an attack. -
メソッドの概要
-
コンストラクタの詳細
-
AttackContentBuilder
襲撃発話のためのAttackContentBuilderを構築する(主語の指定なし)Constructs an AttackContentBuilder for the utterance of an attack (with no subject specified).- パラメータ:
target
-被襲撃エージェントThe attacked agent.
-
AttackContentBuilder
襲撃発話のためのAttackContentBuilderを構築するConstructs an AttackContentBuilder for the utterance of an attack.- パラメータ:
subject
-襲撃をするエージェントThe agent who attacks.target
-被襲撃エージェントThe attacked agent.
-