Uses of Enum Class
models.Difficulty
Packages that use Difficulty
-
Uses of Difficulty in controllers
Methods in controllers with parameters of type Difficulty -
Uses of Difficulty in models
Methods in models that return DifficultyModifier and TypeMethodDescriptionstatic DifficultyReturns 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. -
Uses of Difficulty in services
Methods in services with parameters of type DifficultyModifier and TypeMethodDescriptionintDbScoreService.getPoints(String name, Difficulty dif) Player[]DbScoreService.getTop5Ranked(Difficulty dif) voidDbScoreService.saveOrUpdate(Player player, Difficulty dif)