Package zombie.ui

Class UIDebugConsole

java.lang.Object
zombie.ui.UIElement
zombie.ui.NewWindow
zombie.ui.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 int1, int int2)
  • 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 int1)
    • levenshteinDistance

      public int levenshteinDistance​(java.lang.CharSequence charSequence, java.lang.CharSequence charSequence2)
    • addOutput

      public void addOutput​(byte[] byteArray, int int1, int int2)