Uses of Enum Class
org.progettoedids.util.Difficulty
Packages that use Difficulty
Package
Description
This package holds the Labyrinth class and its loaders.
A package that holds classes with simple factory methods.
This package holds miscellaneous general-purpose utilities to use by other classes.
-
Uses of Difficulty in org.progettoedids.labyrinth
Methods in org.progettoedids.labyrinth that return DifficultyModifier and TypeMethodDescriptionLabyrinth.Builder.getDifficulty()Labyrinth.getDifficulty()Returns the Difficulty of the LabyrinthMethods in org.progettoedids.labyrinth with parameters of type DifficultyModifier and TypeMethodDescriptionvoidLabyrinth.Builder.setDifficulty(Difficulty difficulty) Sets the Difficulty enumerator of the Labyrinth If the Difficulty was already set it's overwritten with the new one. -
Uses of Difficulty in org.progettoedids.repositories
Methods in org.progettoedids.repositories with parameters of type DifficultyModifier and TypeMethodDescriptionString[]LabyrinthRepository.getNames(Difficulty difficulty) Returns the names of all the Labyrinth(s) with the specified Difficulty. -
Uses of Difficulty in org.progettoedids.util
Methods in org.progettoedids.util that return DifficultyModifier and TypeMethodDescriptionstatic DifficultyDifficulty.stringToDifficulty(String difficultyStr) static 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.