Package zombie.ui

Class TextBox

java.lang.Object
zombie.ui.UIElement
zombie.ui.TextBox

public final class TextBox
extends UIElement
  • Field Details

    • ResizeParent

      public boolean ResizeParent
    • Centred

      public boolean Centred
  • Constructor Details

    • TextBox

      public TextBox​(UIFont uIFont, int int1, int int2, int int3, java.lang.String string)
  • Method Details

    • onresize

      public void onresize()
      Overrides:
      onresize in class UIElement
    • render

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

      public void update()
      Overrides:
      update in class UIElement
    • SetText

      public void SetText​(java.lang.String string)