Package zombie.ui

Class UIDebugConsole


public final class UIDebugConsole extends NewWindow
  • Field Details

    • instance

      public static UIDebugConsole instance
    • CommandLine

      public UITextBox2 CommandLine
    • PreviousIndex

      public int PreviousIndex
    • bDebounceUp

      public boolean bDebounceUp
    • bDebounceDown

      public boolean bDebounceDown
  • Constructor Details

    • UIDebugConsole

      public UIDebugConsole(int x, int y)
  • Method Details

    • render

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

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

      public void ProcessCommand()
    • onOtherKey

      public void onOtherKey(int key)
    • levenshteinDistance

      public int levenshteinDistance(CharSequence lhs, CharSequence rhs)
    • addOutput

      public void addOutput(byte[] b, int off, int len)