Interface StateInterface
- All Known Implementing Classes:
DrivingState
,IdleState
,IntakeState
,ScoringState
public interface StateInterface
-
Method Summary
-
Method Details
-
checkEdges
Class<? extends StateInterface> checkEdges() -
stateAction
void stateAction()
-