パッケージ org.aiwolf.client.lib
クラス GuardedAgentContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.GuardedAgentContentBuilder
-
public class GuardedAgentContentBuilder extends ContentBuilder
護衛報告発話ビルダークラスBuilder class for the report of a guard.- 作成者:
- otsuki
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 GuardedAgentContentBuilder(Agent target)
護衛報告のためのGuardedAgentContentBuilderを構築する(主語の指定なし) Constructs a GuardedAgentContentBuilder to report a guard (with no subject specified).GuardedAgentContentBuilder(Agent subject, Agent target)
護衛報告のためのGuardedAgentContentBuilderを構築する Constructs a GuardedAgentContentBuilder to report a guard.
-
-
-
コンストラクタの詳細
-
GuardedAgentContentBuilder
public GuardedAgentContentBuilder(Agent target)
護衛報告のためのGuardedAgentContentBuilderを構築する(主語の指定なし)Constructs a GuardedAgentContentBuilder to report a guard (with no subject specified).- パラメータ:
target
-被護衛エージェントThe guarded agent.
-
-