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

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

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

      • AttackedContentBuilder

        public AttackedContentBuilder​(Agent target)
        襲撃報告のためのAttackedContentBuilderを構築する(主語の指定なし)
        Constructs an AttackedContentBuilder for the report of an attack (with no subject specified).
        パラメータ:
        target -
        被襲撃エージェント
        The attacked agent.
      • AttackedContentBuilder

        public AttackedContentBuilder​(Agent subject,
                                      Agent target)
        襲撃報告のためのAttackedContentBuilderを構築する
        Constructs an AttackedContentBuilder for the report of an attack.
        パラメータ:
        subject -
        襲撃をしたエージェント
        The agent who attacked.
        target -
        被襲撃エージェント
        The attacked agent.