パッケージ org.aiwolf.client.lib

クラス IdentContentBuilder


  • public class IdentContentBuilder
    extends ContentBuilder
    霊媒結果発話ビルダークラス
    Builder class for the report of an identification.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      IdentContentBuilder​(Agent subject, Agent target, Species result)
      霊媒結果の報告のためのIdentContentBuilderを構築する Constructs an IdentContentBuilder to report an identification.
      IdentContentBuilder​(Agent target, Species result)
      霊媒結果の報告のためのIdentContentBuilderを構築する(主語の指定なし) Constructs an IdentContentBuilder to report an identification (with no subject specified).
    • メソッドの概要

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

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

      • IdentContentBuilder

        public IdentContentBuilder​(Agent target,
                                   Species result)
        霊媒結果の報告のためのIdentContentBuilderを構築する(主語の指定なし)
        Constructs an IdentContentBuilder to report an identification (with no subject specified).
        パラメータ:
        target -
        被霊媒エージェント
        The identified agent.
        result -
        霊媒の結果
        The species of target.
      • IdentContentBuilder

        public IdentContentBuilder​(Agent subject,
                                   Agent target,
                                   Species result)
        霊媒結果の報告のためのIdentContentBuilderを構築する
        Constructs an IdentContentBuilder to report an identification.
        パラメータ:
        subject -
        霊能力を行使したエージェント
        The agent who identified.
        target -
        被霊媒エージェント
        The identified agent.
        result -
        霊媒の結果
        The species of target.