Uses of Enum Class
za.co.wethinkcode.robots.shared.RobotKind
Packages that use RobotKind
Package
Description
Classes in this package are focused on helping the client robot work
Classes for Client side requests for a command to be executed on the server
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 RobotKind in za.co.wethinkcode.robots.client.clientRobot
Methods in za.co.wethinkcode.robots.client.clientRobot that return RobotKindModifier and TypeMethodDescriptionClientRobot.getRobotKind()Standard getter for Client Robot's kindConstructors in za.co.wethinkcode.robots.client.clientRobot with parameters of type RobotKindModifierConstructorDescriptionClientRobot(String name, RobotKind robotKind) Dynamic constructor for a clientRobot -
Uses of RobotKind in za.co.wethinkcode.robots.client.commands
Methods in za.co.wethinkcode.robots.client.commands that return RobotKindModifier and TypeMethodDescriptionLaunchCommandRequest.getRobotKind()Getter for the kind of robot being launched -
Uses of RobotKind in za.co.wethinkcode.robots.server.clientCommands
Methods in za.co.wethinkcode.robots.server.clientCommands that return RobotKind -
Uses of RobotKind in za.co.wethinkcode.robots.server.serverRobot
Fields in za.co.wethinkcode.robots.server.serverRobot declared as RobotKindMethods in za.co.wethinkcode.robots.server.serverRobot that return RobotKindMethods in za.co.wethinkcode.robots.server.serverRobot with parameters of type RobotKindModifier and TypeMethodDescriptionServerBotFactory.create(String name, RobotKind kind, Integer maxShieldStrength, Integer maximumShots, WorldState worldState) Create a new server robotConstructors in za.co.wethinkcode.robots.server.serverRobot with parameters of type RobotKindModifierConstructorDescriptionServerRobot(String name, RobotKind kind, Integer maxShieldStrength, Integer maximumShots) Constructor overload for building a Server robot from its kind, shieldStrength and Maximum shotsServerRobot(String name, RobotKind kind, Integer maxShieldStrength, Integer maximumShots, WorldState worldState) Best constructor for server side bots that allows for spawn finding