Class UIDebugConsole
java.lang.Object
zombie.ui.UIElement
zombie.ui.NewWindow
zombie.ui.UIDebugConsole
-
Field Summary
FieldsFields inherited from class zombie.ui.NewWindow
clickX, clickY, clientH, clientW, Movable, moving, ncclientH, ncclientW, nestedItems, ResizeToFitY
Fields inherited from class zombie.ui.UIElement
alwaysBack, alwaysOnTop, anchorBottom, anchorLeft, anchorRight, anchorTop, bScrollChildren, bScrollWithParent, capture, clickedValue, Controls, defaultDraw, followGameWorld, height, IgnoreLossControl, maxDrawHeight, Parent, playerContext, table, visible, width, x, y
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOutput
(byte[] byte0, int int2, int int0) int
levenshteinDistance
(CharSequence lhs, CharSequence rhs) onMouseDown
(double double0, double double1) onMouseMove
(double double0, double double1) onMouseUp
(double double0, double double1) void
onMouseUpOutside
(double double0, double double1) void
onOtherKey
(int key) void
void
render()
void
update()
Methods inherited from class zombie.ui.NewWindow
ButtonClicked, Nest, onMouseMoveOutside, setMovable
Methods inherited from class zombie.ui.UIElement
AddChild, backMost, bringToTop, BringToTop, clampToParentX, clampToParentY, ClearChildren, clearMaxDrawHeight, clearStencilRect, DrawItemIcon, DrawLine, DrawScriptItemIcon, DrawSubTextureRGBA, DrawText, DrawText, DrawText, DrawText, DrawTextCentre, DrawTextCentre, DrawTextRight, DrawTextRight, DrawTextUntrimmed, DrawTexture, DrawTexture, DrawTexture_FlippedX, DrawTexture_FlippedXIgnoreOffset, DrawTextureAngle, DrawTextureAngle, DrawTextureCol, DrawTextureColor, DrawTextureIcon, DrawTextureIconMask, DrawTextureIgnoreOffset, DrawTexturePercentage, DrawTexturePercentageBottomUp, DrawTextureScaled, DrawTextureScaledAspect, DrawTextureScaledAspect2, DrawTextureScaledAspect3, DrawTextureScaledCol, DrawTextureScaledCol, DrawTextureScaledColor, DrawTextureScaledUniform, DrawTextureTiled, DrawTextureTiledX, DrawTextureTiledY, DrawTextureTiledYOffset, DrawUVSliceTexture, EndOutline, getAbsoluteX, getAbsoluteY, getClickedValue, getControls, getHeight, getMaxDrawHeight, getParent, getPlayerContext, getRenderThisPlayerOnly, getScrollChildren, getScrollHeight, getScrollWithParent, getTable, getUIName, getWidth, getX, getXScroll, getXScrolled, getY, getYScroll, getYScrolled, ignoreHeightChange, ignoreWidthChange, isAlwaysOnTop, isAnchorBottom, isAnchorLeft, isAnchorRight, isAnchorTop, isBackMost, isCapture, isConsumeMouseEvents, isDefaultDraw, isEnabled, isFollowGameWorld, isForceCursorVisible, isIgnoreLossControl, isKeyConsumed, isMouseOver, isOverElement, isPointOver, isReallyVisible, isVisible, isWantExtraMouseEvents, isWantKeyEvents, onConsumeKeyPress, onConsumeKeyRelease, onConsumeKeyRepeat, onConsumeMouseButtonDown, onConsumeMouseButtonUp, onConsumeMouseMove, onConsumeMouseWheel, onExtendMouseMoveOutside, onKeyPress, onKeyRelease, onKeyRepeat, onMouseButtonDown, onMouseButtonDownOutside, onMouseButtonUpOutside, onMouseWheel, onresize, onResize, onRightMouseDown, onRightMouseUp, RemoveChild, RemoveControl, repaintStencilRect, resumeStencil, setAlwaysOnTop, setAnchorBottom, setAnchorLeft, setAnchorRight, setAnchorTop, setCapture, setClickedValue, setConsumeMouseEvents, setControls, setDefaultDraw, setEnabled, setFollowGameWorld, setForceCursorVisible, setHeight, setHeightOnly, setHeightSilent, setIgnoreLossControl, setMaxDrawHeight, setParent, setPlayerContext, setRenderClippedChildren, setRenderThisPlayerOnly, setScrollChildren, setScrollHeight, setScrollWithParent, setStencilRect, setTable, setUIName, setVisible, setWantExtraMouseEvents, setWantKeyEvents, setWidth, setWidthOnly, setWidthSilent, setX, setXScroll, setY, setYScroll, StartOutline, suspendStencil, tryGetTableValue
-
Field Details
-
instance
-
CommandLine
-
PreviousIndex
public int PreviousIndex -
bDebounceUp
public boolean bDebounceUp -
bDebounceDown
public boolean bDebounceDown
-
-
Constructor Details
-
UIDebugConsole
public UIDebugConsole(int x, int y)
-
-
Method Details
-
onMouseDown
- Overrides:
onMouseDown
in classNewWindow
-
onMouseUp
-
onMouseUpOutside
public void onMouseUpOutside(double double0, double double1) - Overrides:
onMouseUpOutside
in classUIElement
-
onMouseMove
- Overrides:
onMouseMove
in classNewWindow
-
render
public void render()- Specified by:
render
in interfaceUIElementInterface
- Overrides:
render
in classNewWindow
-
update
public void update()- Specified by:
update
in interfaceUIElementInterface
- Overrides:
update
in classNewWindow
-
ProcessCommand
public void ProcessCommand() -
onOtherKey
public void onOtherKey(int key) -
levenshteinDistance
-
addOutput
public void addOutput(byte[] byte0, int int2, int int0)
-