パッケージ 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

      public GuardedAgentContentBuilder(Agent target)
      護衛報告のためのGuardedAgentContentBuilderを構築する(主語の指定なし)
      Constructs a GuardedAgentContentBuilder to report a guard (with no subject specified).
      パラメータ:
      target -
      被護衛エージェント
      The guarded agent.
    • GuardedAgentContentBuilder

      public GuardedAgentContentBuilder(Agent subject, Agent target)
      護衛報告のためのGuardedAgentContentBuilderを構築する
      Constructs a GuardedAgentContentBuilder to report a guard.
      パラメータ:
      subject -
      護衛を行ったエージェント
      The agent who guarded.
      target -
      被護衛エージェント
      The guarded agent.