Uses of Class
uni.robot.game.RobotObject
Packages that use RobotObject
-
Uses of RobotObject in uni.robot.game
Methods in uni.robot.game that return RobotObjectModifier and TypeMethodDescriptionWorld.getAllRobotObjects()
Metodo exlusivo para los hilos productores, manda una instruccion para conseguir un arreglo de todos los robot que existen dentro de este mundo. -
Uses of RobotObject in uni.robot.game.robotinstruction
Methods in uni.robot.game.robotinstruction with parameters of type RobotObjectModifier and TypeMethodDescriptionBaseInstructionHandler.handleActionInstruction
(RobotObject robot, String instruction) abstract RobotState
RobotInstructionHandler.handleActionInstruction
(RobotObject robot, String instruction) Metodo abstracto especializado en manejar instrucciones acciones.BaseInstructionHandler.handleSensorInstruction
(RobotObject robot, String instruction) abstract Object
RobotInstructionHandler.handleSensorInstruction
(RobotObject robot, String instruction) Metodo abstracto especializado en manejar instrucciones sensores.Constructors in uni.robot.game.robotinstruction with parameters of type RobotObjectModifierConstructorDescriptionIdleState
(RobotObject robot) PutConeState
(RobotObject robot) RemoveConeState
(RobotObject robot) RobotState
(RobotObject robot) TurnLeftState
(RobotObject robot) TurnRightState
(RobotObject robot) WalkState
(RobotObject robot)