Uses of Class
blockly_robot.robot.logic.Task
Packages that use Task
Package
Description
Die Realisation der graphischen Umgebung (gui steht für graphical user
interface) mit Hilfe der Engine Pi.
Sammlung von Klassen, die die Engine-Alpha-Szenen erben und verschiedene
graphische Ansichten bereit stellen.
Die Spiellogik.
Execution context used while evaluating Blockly Robot tasks.
Level definitions, collections, and difficulty values for Blockly Robot.
Menus and task lists used to navigate Blockly Robot challenges.
Robot interfaces and implementations that execute Blockly Robot actions.
-
Uses of Task in blockly_robot.robot.gui
Fields in blockly_robot.robot.gui declared as Task -
Uses of Task in blockly_robot.robot.gui.scenes
Constructors in blockly_robot.robot.gui.scenes with parameters of type Task -
Uses of Task in blockly_robot.robot.logic
Methods in blockly_robot.robot.logic that return Task -
Uses of Task in blockly_robot.robot.logic.context
Methods in blockly_robot.robot.logic.context that return TaskConstructors in blockly_robot.robot.logic.context with parameters of type TaskModifierConstructorDescriptionContext(int[][] map, ItemCreator itemCreator, VirtualRobot robot, Task task, Level level) -
Uses of Task in blockly_robot.robot.logic.level
Methods in blockly_robot.robot.logic.level that return TaskConstructors in blockly_robot.robot.logic.level with parameters of type Task -
Uses of Task in blockly_robot.robot.logic.robot
Methods in blockly_robot.robot.logic.robot that return Task