Annotation Interface PlayableRobot


@Retention(RUNTIME) public @interface PlayableRobot
Represents a robot that can be played.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the robot.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 disabled
      If the robot is disabled or not.
      See Also:
    • simulatable

      static final boolean simulatable
      If the robot is able to be used in the simulator or not.
      See Also:
  • Element Details

    • name

      String name
      Name of the robot.
      Returns:
      The name of the robot.