パッケージ org.aiwolf.client.lib
クラス DivinedResultContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.DivinedResultContentBuilder
占い結果報告ビルダークラス
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
占いの結果報告のための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
占いの結果報告のための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
.
-