Uses of Enum Class
net.royalur.model.dice.DiceType
-
Uses of DiceType in net.royalur.model.dice
Modifier and TypeMethodDescriptionstatic DiceType
Get the dice type with an ID of .static DiceType
DiceType.getByIDOrNull
(String id) Get the dice type with an ID of , or elsenull
.Dice.getDiceType()
Gets the type of this dice.default DiceType
DiceFactory.getDiceType()
Gets the type of this dice.static DiceType
Returns the enum constant of this class with the specified name.static DiceType[]
DiceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.