Package io.gs2.cdk.lottery.model
Class LotteryModel
java.lang.Object
io.gs2.cdk.lottery.model.LotteryModel
-
Constructor Summary
ConstructorsConstructorDescriptionLotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method) LotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method, LotteryModelOptions options) -
Method Summary
Modifier and TypeMethodDescriptionstatic LotteryModelmethodIsPrizeTable(String name, LotteryModelMode mode, String prizeTableName) static LotteryModelmethodIsPrizeTable(String name, LotteryModelMode mode, String prizeTableName, LotteryModelMethodIsPrizeTableOptions options) static LotteryModelmethodIsScript(String name, LotteryModelMode mode, String choicePrizeTableScriptId) static LotteryModelmethodIsScript(String name, LotteryModelMode mode, String choicePrizeTableScriptId, LotteryModelMethodIsScriptOptions options)
-
Constructor Details
-
LotteryModel
public LotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method, LotteryModelOptions options) -
LotteryModel
-
-
Method Details
-
methodIsPrizeTable
public static LotteryModel methodIsPrizeTable(String name, LotteryModelMode mode, String prizeTableName, LotteryModelMethodIsPrizeTableOptions options) -
methodIsPrizeTable
public static LotteryModel methodIsPrizeTable(String name, LotteryModelMode mode, String prizeTableName) -
methodIsScript
public static LotteryModel methodIsScript(String name, LotteryModelMode mode, String choicePrizeTableScriptId, LotteryModelMethodIsScriptOptions options) -
methodIsScript
public static LotteryModel methodIsScript(String name, LotteryModelMode mode, String choicePrizeTableScriptId) -
properties
-