Package me.autobot.lib.robot
Annotation Interface PlayableRobot
Represents a robot that can be played.
-
Required Element Summary
Required Elements -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
If the robot is disabled or not.static final boolean
If the robot is able to be used in the simulator or not.
-
Field Details
-
disabled
static final boolean disabledIf the robot is disabled or not.- See Also:
-
simulatable
static final boolean simulatableIf the robot is able to be used in the simulator or not.- See Also:
-
-
Element Details
-
name
String nameName of the robot.- Returns:
- The name of the robot.
-