Uses of Enum Class
za.co.wethinkcode.robots.shared.Direction
Packages that use Direction
Package
Description
This package encapsulates the behavior of all commands sent by a client to be executed on the server
Their unevaluated and evaluated versions are contained here.
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
This package contains classes and records the fulfill the Argument interface
-
Uses of Direction in za.co.wethinkcode.robots.server.clientCommands
Methods in za.co.wethinkcode.robots.server.clientCommands that return DirectionModifier and TypeMethodDescriptionLookClientCommand.LookItem.direction()Returns the value of thedirectionrecord component.Constructors in za.co.wethinkcode.robots.server.clientCommands with parameters of type DirectionModifierConstructorDescriptionLookItem(Direction direction, WorldObject.WorldObjectType type, Integer distance) Creates an instance of aLookItemrecord class. -
Uses of Direction in za.co.wethinkcode.robots.server.serverRobot
Methods in za.co.wethinkcode.robots.server.serverRobot that return DirectionModifier and TypeMethodDescriptionRobotState.direction()Returns the value of thedirectionrecord component.Constructors in za.co.wethinkcode.robots.server.serverRobot with parameters of type DirectionModifierConstructorDescriptionRobotState(Position position, Direction direction, Integer shields, Integer shots, RobotStatus status) Creates an instance of aRobotStaterecord class.