パッケージ 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.
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • 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.