Class SolutionDay21.DirectionalPad
java.lang.Object
com.expedient.adventofcodejade.solutions.year2024.SolutionDay21.DirectionalPad
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindButton(Character button) fromInput(SolutionDay21.Input input) voidmoveDown()voidmoveLeft()voidvoidmoveUp()pressButton(Character desiredButton)
-
Constructor Details
-
DirectionalPad
public DirectionalPad()
-
-
Method Details
-
getCurrentSelected
-
findButton
-
checkValid
public void checkValid() -
moveUp
public void moveUp() -
moveDown
public void moveDown() -
moveLeft
public void moveLeft() -
moveRight
public void moveRight() -
pressButton
-
fromInput
-