Uses of Class
blockly_robot.robot.logic.level.Level
Packages that use Level
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.
Eine Trainingsaufgabe besteht aus verschiedenen Schwierigkeitsgraden.
Eine Sammlung von Klassen, die die Hauptfigur der Trainingsaufgaben - einen
Roboter - bereitstellen.
Die Spiellogik.
-
Uses of Level in blockly_robot.robot
Methods in blockly_robot.robot with parameters of type Level -
Uses of Level in blockly_robot.robot.gui
Fields in blockly_robot.robot.gui declared as Level -
Uses of Level in blockly_robot.robot.gui.level
Methods in blockly_robot.robot.gui.level that return LevelConstructors in blockly_robot.robot.gui.level with parameters of type LevelModifierConstructorDescriptionAssembledLevel(Level level, Scene scene, double x, double y) LevelAssembler(Level level) -
Uses of Level in blockly_robot.robot.gui.robot
Methods in blockly_robot.robot.gui.robot with parameters of type Level -
Uses of Level in blockly_robot.robot.logic
Methods in blockly_robot.robot.logic that return LevelModifier and TypeMethodDescriptionTask.getLevel()Returns the first version of a training task with the easiest difficultyTask.getLevel(int difficulty) Retrieves the level based on the given difficulty.Task.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.Methods in blockly_robot.robot.logic that return types with arguments of type LevelModifier and TypeMethodDescriptionTask.getLevels()Returns a map of difficulty levels and their corresponding list of levels. -
Uses of Level in blockly_robot.robot.logic.context
Methods in blockly_robot.robot.logic.context that return LevelConstructors in blockly_robot.robot.logic.context with parameters of type LevelModifierConstructorDescriptionContext(int[][] map, ItemCreator itemCreator, VirtualRobot robot, Task task, Level level) -
Uses of Level in blockly_robot.robot.logic.level
Methods in blockly_robot.robot.logic.level that return LevelModifier and TypeMethodDescriptionLevelCollection.getLevel(int difficulty) Retrieves the level with the specified difficulty.LevelCollection.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.Methods in blockly_robot.robot.logic.level that return types with arguments of type LevelModifier and TypeMethodDescriptionLevelCollection.filter()LevelCollection.filter(Predicate<Difficulty> difficulty) LevelCollection.filter(Predicate<Difficulty> difficulty, Predicate<Level> level) LevelCollection.getLevels()Method parameters in blockly_robot.robot.logic.level with type arguments of type LevelModifier and TypeMethodDescriptionstatic intLevelCollection.getMaxColsOfList(List<Level> levels) -
Uses of Level in blockly_robot.robot.logic.robot
Fields in blockly_robot.robot.logic.robot declared as LevelConstructors in blockly_robot.robot.logic.robot with parameters of type Level