Uses of Enum Class
za.co.wethinkcode.robots.domain.Status
Packages that use Status
Package
Description
Classes in the domain package encapsulate shared domain specific behaviour
between the server and client
This package contains custom errors designed for implementation in the Robot World
This module stores all commands executed in the Robot World Game
This package represents all commands sent in from clients in the Robot World Game
Classes contained in this module encapsulate the behavior of the database
This package contains all functionality related to the titular Robots of the Robot World Game
-
Uses of Status in za.co.wethinkcode.robots.client.memory
Methods in za.co.wethinkcode.robots.client.memory that return StatusModifier and TypeMethodDescriptionState.status()Returns the value of thestatusrecord component.Constructors in za.co.wethinkcode.robots.client.memory with parameters of type Status -
Uses of Status in za.co.wethinkcode.robots.domain
Methods in za.co.wethinkcode.robots.domain that return Status -
Uses of Status in za.co.wethinkcode.robots.errors
Constructors in za.co.wethinkcode.robots.errors with parameters of type Status -
Uses of Status in za.co.wethinkcode.robots.rendering.gui.ui
Methods in za.co.wethinkcode.robots.rendering.gui.ui with parameters of type StatusModifier and TypeMethodDescriptionstatic javafx.scene.image.ImageSpriteAtlas.getStatusBadge(Status status) -
Uses of Status in za.co.wethinkcode.robots.server.commands
Methods in za.co.wethinkcode.robots.server.commands that return StatusModifier and TypeMethodDescriptiondefault StatusVerify if a command is able to be executed given the current state of the robot.static StatusStateful.verifyInternal(World world, com.google.gson.JsonObject obj) static StatusStateful.verifyInternal(World world, String robotName) Static internal method that allows this to be called statically if needed -
Uses of Status in za.co.wethinkcode.robots.server.commands.external
Methods in za.co.wethinkcode.robots.server.commands.external that return Status -
Uses of Status in za.co.wethinkcode.robots.server.persistence
Methods in za.co.wethinkcode.robots.server.persistence that return StatusModifier and TypeMethodDescriptionSavedRobot.status()Returns the value of thestatusrecord component.Constructors in za.co.wethinkcode.robots.server.persistence with parameters of type Status -
Uses of Status in za.co.wethinkcode.robots.server.robots
Methods in za.co.wethinkcode.robots.server.robots that return StatusMethods in za.co.wethinkcode.robots.server.robots with parameters of type Status