Uses of Enum Class
blockly_robot.robot.logic.navigation.Compass
Packages that use Compass
Package
Description
Die einzelnen Aktionen des Roboters werden protokolliert, um die Algorithmen
testen zu können.
Klassen, die bei der Navigation in einer einfachen Karte aus gitterförmigen
Kacheln helfen.
-
Uses of Compass in blockly_robot.robot.data.model
Methods in blockly_robot.robot.data.model that return Compass -
Uses of Compass in blockly_robot.robot.logic.log
Methods in blockly_robot.robot.logic.log with parameters of type Compass -
Uses of Compass in blockly_robot.robot.logic.robot
Fields in blockly_robot.robot.logic.robot declared as CompassMethods in blockly_robot.robot.logic.robot with parameters of type CompassModifier and TypeMethodDescriptionVirtualRobot.coordsInFront(Compass dir) VirtualRobot.coordsInFront(Compass dir, int mult) protected booleanVirtualRobot.isInFrontOfObstacle(Compass direction) booleanMethod parameters in blockly_robot.robot.logic.robot with type arguments of type CompassModifier and TypeMethodDescriptionvoidVirtualRobot.addMovementListener(Predicate<Compass> listener)