Uses of Enum Class
blockly_robot.robot.logic.level.Difficulty
Packages that use Difficulty
Package
Description
Die Plattform, auf der die Trainingsaufgaben laufen.
Die Realisation der graphischen Umgebung (gui steht für graphical user
interface) mit Hilfe der Engine-Alpha.
Die Spiellogik.
-
Uses of Difficulty in blockly_robot.robot
Methods in blockly_robot.robot with parameters of type Difficulty -
Uses of Difficulty in blockly_robot.robot.data.model
Fields in blockly_robot.robot.data.model declared as DifficultyMethods in blockly_robot.robot.data.model with parameters of type DifficultyModifier and TypeMethodDescriptionLevelCollectionData.getLevel(Difficulty difficulty) LevelCollectionData.getLevel(Difficulty difficulty, int test) TaskData.getLevel(Difficulty difficulty) TaskData.getLevel(Difficulty difficulty, int test) -
Uses of Difficulty in blockly_robot.robot.gui
Methods in blockly_robot.robot.gui with parameters of type DifficultyModifier and TypeMethodDescriptionstatic voidPainter.paintVersionHeading(Scene scene, double x, double y, Difficulty difficulty) -
Uses of Difficulty in blockly_robot.robot.logic
Methods in blockly_robot.robot.logic that return types with arguments of type DifficultyModifier and TypeMethodDescriptionTask.getLevels()Returns a map of difficulty levels and their corresponding list of levels.Methods in blockly_robot.robot.logic with parameters of type DifficultyModifier and TypeMethodDescriptionTask.getLevel(Difficulty difficulty) Returns the level associated with the given difficulty.Task.getLevel(Difficulty difficulty, int test) Retrieves the level for a given difficulty and test. -
Uses of Difficulty in blockly_robot.robot.logic.level
Methods in blockly_robot.robot.logic.level that return DifficultyModifier and TypeMethodDescriptionLevel.getDifficulty()static DifficultyDifficulty.indexOf(int difficulty) static Difficultystatic Difficultystatic 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.Methods in blockly_robot.robot.logic.level that return types with arguments of type DifficultyModifier and TypeMethodDescriptionLevelCollection.filter()LevelCollection.filter(Predicate<Difficulty> difficulty) LevelCollection.filter(Predicate<Difficulty> difficulty, Predicate<Level> level) LevelCollection.getLevels()Methods in blockly_robot.robot.logic.level with parameters of type DifficultyModifier and TypeMethodDescriptionLevelCollection.getLevel(Difficulty difficulty) Retrieves the level for the specified difficulty.LevelCollection.getLevel(Difficulty difficulty, int testIndex) Retrieves the level for the given difficulty and test index.Method parameters in blockly_robot.robot.logic.level with type arguments of type DifficultyModifier and TypeMethodDescriptionLevelCollection.filter(Predicate<Difficulty> difficulty) LevelCollection.filter(Predicate<Difficulty> difficulty, Predicate<Level> level)