Class QuestOverlay

java.lang.Object
com.csse3200.game.overlays.Overlay
com.csse3200.game.overlays.QuestOverlay

public class QuestOverlay extends Overlay
Represents an overlay that displays quest-related information.
  • Constructor Details

    • QuestOverlay

      public QuestOverlay(PausableScreen screen)
      Constructs a new QuestOverlay.
  • Method Details

    • rest

      public void rest()
      Handles the rest state of the overlay.
      Overrides:
      rest in class Overlay
    • wake

      public void wake()
      Handles the wake state of the overlay.
      Overrides:
      wake in class Overlay