Uses of Enum Class
io.gs2.cdk.lottery.model.enums.LotteryModelMode
Packages that use LotteryModelMode
-
Uses of LotteryModelMode in io.gs2.cdk.lottery.model
Methods in io.gs2.cdk.lottery.model with parameters of type LotteryModelModeModifier 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) Constructors in io.gs2.cdk.lottery.model with parameters of type LotteryModelModeModifierConstructorDescriptionLotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method) LotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method, LotteryModelOptions options) -
Uses of LotteryModelMode in io.gs2.cdk.lottery.model.enums
Methods in io.gs2.cdk.lottery.model.enums that return LotteryModelModeModifier and TypeMethodDescriptionstatic LotteryModelModeReturns the enum constant of this class with the specified name.static LotteryModelMode[]LotteryModelMode.values()Returns an array containing the constants of this enum class, in the order they are declared.