Package | Description |
---|---|
org.usfirst.frc.team302.robot.subsystems |
Modifier and Type | Field and Description |
---|---|
private Shooter.states |
Shooter.m_currentState |
Modifier and Type | Method and Description |
---|---|
Shooter.states |
Shooter.getCurrentState()
Returns the current state of the shooter
|
static Shooter.states |
Shooter.states.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Shooter.states[] |
Shooter.states.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|