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

クラス DivinedResultContentBuilder


  • public class DivinedResultContentBuilder
    extends ContentBuilder
    占い結果報告ビルダークラス
    Builder class for the report of a divination.
    作成者:
    otsuki
    • コンストラクタの概要

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

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

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

      • DivinedResultContentBuilder

        public DivinedResultContentBuilder​(Agent target,
                                           Species result)
        占いの結果報告のためのDivinedResultContentBuilderを構築する(主語の指定なし)
        Constructs a DivinedResultContentBuilder to report the result of a divination (with no subject specified).
        パラメータ:
        target -
        被占いエージェント
        The agent divined.
        result -
        targetの種族
        The species of target.
      • DivinedResultContentBuilder

        public DivinedResultContentBuilder​(Agent subject,
                                           Agent target,
                                           Species result)
        占いの結果報告のためのDivinedResultContentBuilderを構築する
        Constructs a DivinedResultContentBuilder to report the result of a divination.
        パラメータ:
        subject -
        占いを行ったエージェント
        The agent who divined.
        target -
        被占いエージェント
        The divined agent.
        result -
        targetの種族
        The species of target.