AlgaePivotState

public enum AlgaePivotState extends Enum<AlgaePivotState>

Enum class representing the state of the pivot for algae intaking.

Entries

Link copied to clipboard

Represents the pivot when it is ready to intake

Link copied to clipboard

Represents the pivot when it is up and stowed (most of the time)

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
public final Double intakeSpeed
Link copied to clipboard
public final Double pos

The position of the pivot in rotations.

Functions

Link copied to clipboard

Enum class representing the state of the pivot for algae intaking.

Link copied to clipboard
public final AlgaePivotState valueOf(String value)

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 final Array<AlgaePivotState> values()

Returns an array containing the constants of this enum type, in the order they're declared.