Package zombie.ui
Class UIDebugConsole
java.lang.Object
zombie.ui.UIElement
zombie.ui.NewWindow
zombie.ui.UIDebugConsole
public class UIDebugConsole extends NewWindow
-
Field Summary
Fields Modifier and Type Field Description boolean
bDebounceDown
boolean
bDebounceUp
UITextBox2
CommandLine
static UIDebugConsole
instance
java.util.ArrayList
Previous
int
PreviousIndex
Fields inherited from class zombie.ui.NewWindow
clickX, clickY, clientH, clientW, Movable, moving, ncclientH, ncclientW, nestedItems, ResizeToFitY
Fields inherited from class zombie.ui.UIElement
alwaysBack, anchorBottom, anchorLeft, anchorRight, anchorTop, bScrollChildren, bScrollWithParent, capture, clickedValue, Controls, defaultDraw, followGameWorld, height, IgnoreLossControl, Parent, playerContext, table, visible, width, x, y
-
Constructor Summary
Constructors Constructor Description UIDebugConsole(int int1, int int2)
-
Method Summary
Modifier and Type Method Description int
levenshteinDistance(java.lang.CharSequence charSequence, java.lang.CharSequence charSequence2)
void
onOtherKey(int int1)
void
ProcessCommand()
void
render()
void
update()
Methods inherited from class zombie.ui.NewWindow
ButtonClicked, Nest, onMouseDown, onMouseMove, onMouseMoveOutside, onMouseUp, setMovable
Methods inherited from class zombie.ui.UIElement
AddChild, backMost, bringToTop, BringToTop, clampToParentX, clampToParentY, ClearChildren, clearMaxDrawHeight, clearStencilRect, DrawText, DrawText, DrawText, DrawText, DrawTextCentre, DrawTextCentre, DrawTextRight, DrawTextRight, DrawTextUntrimmed, DrawTexture, DrawTexture, DrawTexture_FlippedX, DrawTexture_FlippedXIgnoreOffset, DrawTextureAngle, DrawTextureCol, DrawTextureColor, DrawTextureIgnoreOffset, DrawTextureScaled, DrawTextureScaledAspect, DrawTextureScaledAspect2, DrawTextureScaledCol, DrawTextureScaledCol, DrawTextureScaledColor, DrawTextureScaledUniform, DrawUVSliceTexture, getAbsoluteX, getAbsoluteY, getClickedValue, getControls, getHeight, getMaxDrawHeight, getParent, getPlayerContext, getScrollChildren, getScrollHeight, getScrollWithParent, getTable, getUIName, getWidth, getX, getXScroll, getXScrolled, getY, getYScroll, getYScrolled, ignoreHeightChange, ignoreWidthChange, isAnchorBottom, isAnchorLeft, isAnchorRight, isAnchorTop, isCapture, isConsumeMouseEvents, isDefaultDraw, isEnabled, isFollowGameWorld, isIgnoreLossControl, isMouseOver, isPointOver, isVisible, onMouseWheel, onresize, onResize, onRightMouseDown, onRightMouseUp, RemoveChild, RemoveControl, repaintStencilRect, resumeStencil, setAlwaysOnTop, setAnchorBottom, setAnchorLeft, setAnchorRight, setAnchorTop, setCapture, setClickedValue, setConsumeMouseEvents, setControls, setDefaultDraw, setEnabled, setFollowGameWorld, setHeight, setHeightOnly, setHeightSilent, setIgnoreLossControl, setMaxDrawHeight, setParent, setPlayerContext, setScrollChildren, setScrollHeight, setScrollWithParent, setStencilRect, setTable, setUIName, setVisible, setWidth, setWidthOnly, setWidthSilent, setX, setXScroll, setY, setYScroll, suspendStencil
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
CommandLine
-
Previous
public java.util.ArrayList Previous -
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() -
update
public void update() -
ProcessCommand
public void ProcessCommand() -
onOtherKey
public void onOtherKey(int int1) -
levenshteinDistance
public int levenshteinDistance(java.lang.CharSequence charSequence, java.lang.CharSequence charSequence2)
-