Uses of Class
io.gs2.cdk.lottery.model.LotteryModel
Packages that use LotteryModel
-
Uses of LotteryModel in io.gs2.cdk.lottery.model
Methods in io.gs2.cdk.lottery.model that return LotteryModelModifier and TypeMethodDescriptionstatic LotteryModelLotteryModel.methodIsPrizeTable(String name, LotteryModelMode mode, String prizeTableName) static LotteryModelLotteryModel.methodIsPrizeTable(String name, LotteryModelMode mode, String prizeTableName, LotteryModelMethodIsPrizeTableOptions options) static LotteryModelLotteryModel.methodIsScript(String name, LotteryModelMode mode, String choicePrizeTableScriptId) static LotteryModelLotteryModel.methodIsScript(String name, LotteryModelMode mode, String choicePrizeTableScriptId, LotteryModelMethodIsScriptOptions options) Method parameters in io.gs2.cdk.lottery.model with type arguments of type LotteryModelModifier and TypeMethodDescriptionNamespace.masterData(List<LotteryModel> lotteryModels, List<PrizeTable> prizeTables) Constructor parameters in io.gs2.cdk.lottery.model with type arguments of type LotteryModelModifierConstructorDescriptionCurrentMasterData(Stack stack, String namespaceName, List<LotteryModel> lotteryModels, List<PrizeTable> prizeTables)