- updateCavern(Cavern, int) - Method in class gui.GUI
-
- updateCoins(int) - Method in class gui.GUI
-
Updates the number of coins picked up as displayed on the GUI.
- updateCoins(int) - Method in class gui.OptionsPanel
-
Updates the number of coins picked up as displayed on the GUI.
- updateLoc(int, int, int, int) - Method in class gui.TileSelectPanel
-
For updating the location of this element (for instance, on screen resize).
- updateMaxTimeRemaining(int) - Method in class gui.OptionsPanel
-
Updates the maximum time remaining for this stage.
- updatePriority(E, double) - Method in interface game.PQueue
-
Change the priority of element e to p.
- updateSteps(int) - Method in class gui.GUI
-
Updates the number of steps taken as displayed on the GUI.
- updateSteps(int) - Method in class gui.OptionsPanel
-
Updates the number of steps taken as displayed on the GUI.
- updateTimeRemaining(int) - Method in class gui.GUI
-
Updates the time remaining as displayed on the GUI.
- updateTimeRemaining(int) - Method in class gui.OptionsPanel
-
Updates the time remaining as displayed on the GUI.