Uses of Enum Class
za.co.wethinkcode.robots.shared.RobotStatus
Packages that use RobotStatus
Package
Description
Classes in this package are focused on helping the client robot work
All classes in this package manage how robots work on the serverside
This package contains all classes shared between the server and client binary
It primarily contains enums and interfaces
-
Uses of RobotStatus in za.co.wethinkcode.robots.client.clientRobot
Methods in za.co.wethinkcode.robots.client.clientRobot that return RobotStatusMethods in za.co.wethinkcode.robots.client.clientRobot with parameters of type RobotStatusModifier and TypeMethodDescriptionvoidClientRobot.setStatus(RobotStatus robotStatus) Setter for the robot's status -
Uses of RobotStatus in za.co.wethinkcode.robots.server.serverRobot
Methods in za.co.wethinkcode.robots.server.serverRobot that return RobotStatusModifier and TypeMethodDescriptionServerRobot.getRobotStatus()Standard getter for a server robot's statusRobotState.status()Returns the value of thestatusrecord component.Methods in za.co.wethinkcode.robots.server.serverRobot with parameters of type RobotStatusModifier and TypeMethodDescriptionvoidServerRobot.setRobotStatus(RobotStatus robotStatus) Setter for a server robot's statusConstructors in za.co.wethinkcode.robots.server.serverRobot with parameters of type RobotStatusModifierConstructorDescriptionRobotState(Position position, Direction direction, Integer shields, Integer shots, RobotStatus status) Creates an instance of aRobotStaterecord class.