Package zombie.ui

Class QuestPanel

java.lang.Object
All Implemented Interfaces:
UIEventHandler

public class QuestPanel
extends NewWindow
implements UIEventHandler
  • Field Details

    • instance

      public static QuestPanel instance
    • ActiveQuest

      public Quest ActiveQuest
  • Constructor Details

    • QuestPanel

      public QuestPanel​(int int1, int int2)
  • Method Details

    • render

      public void render()
      Overrides:
      render in class NewWindow
    • update

      public void update()
      Overrides:
      update in class NewWindow
    • DoubleClick

      public void DoubleClick​(java.lang.String string, int int1, int int2)
      Specified by:
      DoubleClick in interface UIEventHandler
    • Selected

      public void Selected​(java.lang.String string, int int1, int int2)
      Specified by:
      Selected in interface UIEventHandler
    • SetActiveQuest

      public void SetActiveQuest​(Quest quest)
    • onMouseDown

      public java.lang.Boolean onMouseDown​(double double1, double double2)
      Overrides:
      onMouseDown in class NewWindow
    • onMouseMove

      public java.lang.Boolean onMouseMove​(double double1, double double2)
      Overrides:
      onMouseMove in class NewWindow
    • onMouseMoveOutside

      public void onMouseMoveOutside​(double double1, double double2)
      Overrides:
      onMouseMoveOutside in class NewWindow
    • ModalClick

      public void ModalClick​(java.lang.String string, java.lang.String string2)
      Specified by:
      ModalClick in interface UIEventHandler