Package frc.robot.sim
Class FuelSim.Hub
java.lang.Object
frc.robot.sim.FuelSim.Hub
- Enclosing class:
- FuelSim
Hub Goal
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintgetScore()Get the current count of fuel scored in this hubvoidReset this hub's score to 0
-
Field Details
-
BLUE_HUB
-
RED_HUB
-
-
Method Details
-
resetScore
public void resetScore()Reset this hub's score to 0 -
getScore
public int getScore()Get the current count of fuel scored in this hub- Returns:
- this side's score
-