パッケージ org.aiwolf.client.lib
クラス DivinedResultContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- 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).
-
-
-
コンストラクタの詳細
-
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 oftarget
.
-
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 oftarget
.
-
-