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