パッケージ org.aiwolf.client.lib
クラス AttackedContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.AttackedContentBuilder
-
public class AttackedContentBuilder extends ContentBuilder
襲撃報告ビルダークラス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
public AttackedContentBuilder(Agent target)
襲撃報告のためのAttackedContentBuilderを構築する(主語の指定なし)Constructs an AttackedContentBuilder for the report of an attack (with no subject specified).- パラメータ:
target
-被襲撃エージェントThe attacked agent.
-
-