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