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

      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.