public abstract class DisabledMode extends RobotMode
| Modifier | Constructor and Description |
|---|---|
protected |
DisabledMode()
Constructor for a Disable Robot mode.
|
protected |
DisabledMode(java.lang.String name)
Constructor for a Disable Robot mode
Although, why would you be naming this,
You should really only have one.
|
protected |
DisabledMode(java.lang.String name,
boolean active)
Constructor for a Disable Robot mode
Although, why would you be naming this?
And why are you setting this as active?
Do you really have more than one disabled mode?.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
modeRun()
GameMode Specific run code.
|
protected DisabledMode()
protected DisabledMode(java.lang.String name)
name - The name for this Disable modeprotected DisabledMode(java.lang.String name,
boolean active)
name - The name for this Disable modeactive - Set this mode as the active mode by default