- updateBonus(double) - Method in class gui.GUI
-
Update the bonus multiplier as displayed by the GUI by bonus
- updateBonus(double) - Method in class gui.OptionsPanel
-
Update bonus multiplier b as displayed by the GUI
- updateCavern(Cavern, int) - Method in class gui.GUI
-
What is the specification?
- updateCoins(int, int) - Method in class gui.GUI
-
Update the number of coins picked up as displayed on the GUI.
- updateCoins(int, int) - Method in class gui.OptionsPanel
-
Update the number of coins c picked up as displayed on the GUI.
- updateLoc(int, int, int, int) - Method in class gui.TileSelectPanel
-
Update the location to (x, y) with size (width, height)
of this element (for instance, on screen resize).
- updateMaxStepsLeft(int) - Method in class gui.OptionsPanel
-
Update the maximum steps left, m, for this stage.
- updateStepsLeft(int) - Method in class gui.OptionsPanel
-
Update the steps t left (before the cavern collapses) as displayed on the GUI.
- updateTimeLeft(int) - Method in class gui.GUI
-
Update the time remaining as displayed on the GUI.