Uses of Class
blockly_robot.robot.data.model.LevelData
Packages that use LevelData
Package
Description
Datenmodellobjekte für Blockly-Robot-Raster, Level, Menüs, Aufgaben und
Gegenstände.
Level definitions, collections, and difficulty values for Blockly Robot.
-
Uses of LevelData in blockly_robot.robot.data.model
Fields in blockly_robot.robot.data.model declared as LevelDataModifier and TypeFieldDescriptionLevelCollectionData.easyLevelCollectionData.hardLevelCollectionData.mediumFields in blockly_robot.robot.data.model with type parameters of type LevelDataMethods in blockly_robot.robot.data.model that return LevelDataModifier and TypeMethodDescriptionLevelCollectionData.getLevel(int difficulty) LevelCollectionData.getLevel(Difficulty difficulty) LevelCollectionData.getLevel(Difficulty difficulty, int test) TaskData.level(int difficulty) TaskData.level(Difficulty difficulty) TaskData.level(Difficulty difficulty, int test) Methods in blockly_robot.robot.data.model that return types with arguments of type LevelData -
Uses of LevelData in blockly_robot.robot.logic.level
Constructors in blockly_robot.robot.logic.level with parameters of type LevelData