Class DialogButton

java.lang.Object
zombie.ui.UIElement
zombie.ui.DialogButton
All Implemented Interfaces:
UIElementInterface

public final class DialogButton extends UIElement
  • Field Details

    • clicked

      public boolean clicked
    • MessageTarget

      public UIElement MessageTarget
    • mouseOver

      public boolean mouseOver
    • name

      public String name
    • text

      public String text
  • Constructor Details

    • DialogButton

      public DialogButton(UIElement uIElement, float float0, float float1, String string1, String string0)
    • DialogButton

      public DialogButton(UIEventHandler uIEventHandler, int int0, int int1, String string1, String string0)
  • Method Details