RobotFamily

public enum RobotFamily(source)

An enumeration of robot families. A family of robots is uniquely in terms of their appearance.

Entries

Link copied to clipboard

A Blue Triangle robot.

Link copied to clipboard

A Teal Square robot.

Link copied to clipboard

A Black Square robot.

Link copied to clipboard

A Green Square robot.

Link copied to clipboard

An Orange Square robot.

Link copied to clipboard

A Purple Square robot.

Link copied to clipboard

A Red Square robot.

Link copied to clipboard

A Yellow Square robot.

Link copied to clipboard

A Black Square robot.

Link copied to clipboard

A White Square robot.

Functions

Link copied to clipboard
Returns the identifier of this robot family.
Link copied to clipboard
public static RobotFamily valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<RobotFamily> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.