Uses of Enum Class
com.slinky.hackmaster.model.text.Difficulty
Packages that use Difficulty
-
Uses of Difficulty in com.slinky.hackmaster.model.text
Methods in com.slinky.hackmaster.model.text that return DifficultyModifier and TypeMethodDescriptionstatic Difficulty
Returns the enum constant of this class with the specified name.static Difficulty[]
Difficulty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.slinky.hackmaster.model.text with parameters of type DifficultyModifier and TypeMethodDescriptionstatic WordSet
WordBank.getWordSet
(Difficulty difficulty) Returns the word list for the specified difficulty level.