Class 	
	net.minecraft.client.gui.screen.ingame.CraftingScreen
	This description should be content pulled from the first comments of a lua file.
Static Fields
| userdata, Identifier | CraftingScreen.BACKGROUND_TEXTURE | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Identifier | CraftingScreen.GUI_ICONS_TEXTURE | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int, long | CraftingScreen.MAX_DOUBLE_CLICK_INTERVAL | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Identifier | CraftingScreen.OPTIONS_BACKGROUND_TEXTURE | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Identifier | CraftingScreen.STATS_ICON_TEXTURE | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | CraftingScreen.field_32322 | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Static Methods
| CraftingScreen.drawCenteredText(matrices, textRenderer, text, centerX, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawCenteredText(matrices, textRenderer, text, centerX, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawCenteredTextWithShadow(matrices, textRenderer, text, centerX, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawSlotHighlight(matrices, x, y, z) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawSprite(matrices, x, y, z, width, height, sprite) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawStringWithShadow(matrices, textRenderer, text, x, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawTextWithShadow(matrices, textRenderer, text, x, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawTexture(matrices, x, y, z, u, v, width, height, textureWidth, textureHeight) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawTexture(matrices, x, y, u, v, width, height, textureWidth, textureHeight) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawTexture(matrices, x, y, width, height, u, v, regionWidth, regionHeight, textureWidth, textureHeight) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.drawWithShadow(matrices, textRenderer, text, x, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.fill(matrices, x1, y1, x2, y2, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.fillGradient(matrices, startX, startY, endX, endY, colorStart, colorEnd, z) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.fillGradient(matrix, builder, startX, startY, endX, endY, z, colorStart, colorEnd) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.findSelectedElementData(selectables, selectable) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.hasAltDown() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.hasControlDown() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.hasShiftDown() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.hide(widgets) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.isCopy(code) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.isCut(code) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.isPaste(code) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.isSelectAll(code) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| CraftingScreen.wrapScreenError(task, errorTitle, screenName) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Constructors
| CraftingScreen(handler, inventory, title) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Fields
| int | instance.backgroundHeight | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.backgroundWidth | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, MinecraftClient | instance.client | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Set | instance.cursorDragSlots | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| boolean | instance.cursorDragging | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Slot | instance.focusedSlot | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, ScreenHandler | instance.handler | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.height | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, ItemRenderer | instance.itemRenderer | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| boolean | instance.passEvents | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Text | instance.playerInventoryTitle | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.playerInventoryTitleX | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.playerInventoryTitleY | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, TextRenderer | instance.textRenderer | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| userdata, Text | instance.title | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.titleX | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.titleY | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.width | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.x | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| int | instance.y | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Instance Methods
| instance:addDrawable(drawable) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:addDrawableChild(drawableElement) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:addElementNarrations(builder) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:addScreenNarrations(builder) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:addSelectableChild(child) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:applyKeyPressNarratorDelay() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:applyMouseMoveNarratorDelay() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:applyMousePressScrollNarratorDelay() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:applyNarratorModeChangeDelay() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:changeFocus(lookForwards) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:charTyped(chr, modifiers) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:children() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:clearChildren() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:close() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawBackground(matrices, delta, mouseX, mouseY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawForeground(matrices, mouseX, mouseY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawHorizontalLine(matrices, x1, x2, y, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawMouseoverTooltip(matrices, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawTexture(matrices, x, y, u, v, width, height) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawVerticalLine(matrices, x, y1, y2, color) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:drawWithOutline(x, y, renderAction) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:equals(arg0) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:filesDragged(paths) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:fillGradient(matrices, startX, startY, endX, endY, colorStart, colorEnd) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:focusOn(element) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getClass() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getFocused() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getNarratedTitle() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getRecipeBookWidget() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getScreenHandler() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getTitle() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getTooltipFromItem(stack) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:getZOffset() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:handleHotbarKeyPressed(keyCode, scanCode) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:handleTextClick(style) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:handledScreenTick() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:hashCode() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:hoveredElement(mouseX, mouseY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:init() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:init(client, width, height) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:insertText(text, override) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isClickOutsideBounds(mouseX, mouseY, left, top, button) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isDragging() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isMouseOver(mouseX, mouseY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isPointWithinBounds(x, y, width, height, pointX, pointY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:isValidCharacterForName(name, character, cursorPos) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:keyPressed(keyCode, scanCode, modifiers) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:keyReleased(keyCode, scanCode, modifiers) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:mouseClicked(mouseX, mouseY, button) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:mouseDragged(mouseX, mouseY, button, deltaX, deltaY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:mouseMoved(mouseX, mouseY) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:mouseReleased(mouseX, mouseY, button) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:mouseScrolled(mouseX, mouseY, amount) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:narrateScreenIfNarrationEnabled(useTranslationsCache) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:notify() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:notifyAll() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:onMouseClick(slot, slotId, button, actionType) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:refreshRecipeBook() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:remove(child) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:removed() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:render(matrices, mouseX, mouseY, delta) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderBackground(matrices) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderBackground(matrices, vOffset) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderBackgroundTexture(vOffset) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderOrderedTooltip(matrices, lines, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderTextHoverEffect(matrices, style, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderTooltip(matrices, stack, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderTooltip(matrices, lines, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderTooltip(matrices, text, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:renderTooltip(matrices, lines, data, x, y) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:resize(client, width, height) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:sendMessage(message) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:sendMessage(message, toHud) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setDragging(dragging) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setFocused(focused) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setInitialFocus(element) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:setZOffset(zOffset) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:shouldCloseOnEsc() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:shouldPause() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:tick() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:toString() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:updateNarrator() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait(arg0, arg1) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait() | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
| instance:wait(arg0) | This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION" | 
Static Methods
- CraftingScreen.drawCenteredText(matrices, textRenderer, text, centerX, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textRenderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - centerX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawCenteredText(matrices, textRenderer, text, centerX, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textRenderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - centerX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawCenteredTextWithShadow(matrices, textRenderer, text, centerX, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textRenderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - centerX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawSlotHighlight(matrices, x, y, z)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - z int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawSprite(matrices, x, y, z, width, height, sprite)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - z int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - sprite userdata, Sprite This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawStringWithShadow(matrices, textRenderer, text, x, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textRenderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawTextWithShadow(matrices, textRenderer, text, x, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textRenderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawTexture(matrices, x, y, z, u, v, width, height, textureWidth, textureHeight)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - z int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - u number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - v number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textureWidth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textureHeight int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawTexture(matrices, x, y, u, v, width, height, textureWidth, textureHeight)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - u number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - v number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textureWidth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textureHeight int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawTexture(matrices, x, y, width, height, u, v, regionWidth, regionHeight, textureWidth, textureHeight)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - u number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - v number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - regionWidth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - regionHeight int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textureWidth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textureHeight int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.drawWithShadow(matrices, textRenderer, text, x, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - textRenderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text userdata, OrderedText This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.fill(matrices, x1, y1, x2, y2, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x2 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y2 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.fillGradient(matrices, startX, startY, endX, endY, colorStart, colorEnd, z)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - startX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - startY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - endX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - endY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - colorStart int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - colorEnd int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - z int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.fillGradient(matrix, builder, startX, startY, endX, endY, z, colorStart, colorEnd)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrix userdata, Matrix4f This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - builder userdata, BufferBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - startX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - startY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - endX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - endY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - z int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - colorStart int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - colorEnd int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.findSelectedElementData(selectables, selectable)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- selectables userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - selectable userdata, Selectable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, Screen$SelectedElementNarrationData This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.hasAltDown()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.hasControlDown()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.hasShiftDown()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.hide(widgets)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- widgets userdata, ClickableWidget[] This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- CraftingScreen.isCopy(code)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- code int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.isCut(code)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- code int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.isPaste(code)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- code int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.isSelectAll(code)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- code int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- CraftingScreen.wrapScreenError(task, errorTitle, screenName)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- task userdata, Runnable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - errorTitle string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - screenName string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
Constructors
- CraftingScreen(handler, inventory, title)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- handler userdata, CraftingScreenHandler This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - inventory userdata, PlayerInventory This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - title userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
Instance Methods
- instance:addDrawable(drawable)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- drawable userdata, Drawable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, Drawable This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:addDrawableChild(drawableElement)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- drawableElement userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:addElementNarrations(builder)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- builder userdata, NarrationMessageBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:addScreenNarrations(builder)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- builder userdata, NarrationMessageBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:addSelectableChild(child)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- child userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:applyKeyPressNarratorDelay()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:applyMouseMoveNarratorDelay()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:applyMousePressScrollNarratorDelay()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:applyNarratorModeChangeDelay()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:changeFocus(lookForwards)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- lookForwards boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:charTyped(chr, modifiers)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- chr userdata, char This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - modifiers int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:children()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:clearChildren()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:close()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:drawBackground(matrices, delta, mouseX, mouseY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:drawForeground(matrices, mouseX, mouseY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:drawHorizontalLine(matrices, x1, x2, y, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x2 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:drawMouseoverTooltip(matrices, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:drawTexture(matrices, x, y, u, v, width, height)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - u int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - v int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:drawVerticalLine(matrices, x, y1, y2, color)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y2 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - color int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:drawWithOutline(x, y, renderAction)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - renderAction userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:equals(arg0)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- arg0 userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:filesDragged(paths)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- paths userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:fillGradient(matrices, startX, startY, endX, endY, colorStart, colorEnd)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - startX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - startY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - endX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - endY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - colorStart int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - colorEnd int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:focusOn(element)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- element userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:getClass()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getFocused()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getNarratedTitle()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getRecipeBookWidget()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, RecipeBookWidget This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getScreenHandler()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, ScreenHandler This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getTitle()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getTooltipFromItem(stack)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:getZOffset()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:handleHotbarKeyPressed(keyCode, scanCode)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- keyCode int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - scanCode int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:handleTextClick(style)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:handledScreenTick()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:hashCode()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:hoveredElement(mouseX, mouseY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
userdata, Optional This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:init()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:init(client, width, height)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- client userdata, MinecraftClient This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:insertText(text, override)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- text string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - override boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:isClickOutsideBounds(mouseX, mouseY, left, top, button)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - left int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - top int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - button int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:isDragging()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:isMouseOver(mouseX, mouseY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:isPointWithinBounds(x, y, width, height, pointX, pointY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - pointX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - pointY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:isValidCharacterForName(name, character, cursorPos)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- name string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - character userdata, char This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - cursorPos int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:keyPressed(keyCode, scanCode, modifiers)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- keyCode int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - scanCode int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - modifiers int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:keyReleased(keyCode, scanCode, modifiers)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- keyCode int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - scanCode int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - modifiers int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:mouseClicked(mouseX, mouseY, button)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - button int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:mouseDragged(mouseX, mouseY, button, deltaX, deltaY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - button int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - deltaX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - deltaY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:mouseMoved(mouseX, mouseY)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:mouseReleased(mouseX, mouseY, button)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - button int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:mouseScrolled(mouseX, mouseY, amount)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- mouseX number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - amount number, double This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:narrateScreenIfNarrationEnabled(useTranslationsCache)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- useTranslationsCache boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:notify()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:notifyAll()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:onMouseClick(slot, slotId, button, actionType)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- slot userdata, Slot This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - slotId int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - button int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - actionType userdata, SlotActionType This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:refreshRecipeBook()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:remove(child)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- child userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:removed()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:render(matrices, mouseX, mouseY, delta)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseX int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - mouseY int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - delta number, float This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderBackground(matrices)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderBackground(matrices, vOffset)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - vOffset int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderBackgroundTexture(vOffset)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- vOffset int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderOrderedTooltip(matrices, lines, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - lines userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderTextHoverEffect(matrices, style, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - style userdata, Style This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderTooltip(matrices, stack, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderTooltip(matrices, lines, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - lines userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderTooltip(matrices, text, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - text userdata, Text This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:renderTooltip(matrices, lines, data, x, y)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - lines userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - data userdata, Optional This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:resize(client, width, height)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- client userdata, MinecraftClient This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - width int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - height int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:sendMessage(message)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- message string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:sendMessage(message, toHud)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- message string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - toHud boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:setDragging(dragging)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- dragging boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:setFocused(focused)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- focused userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:setInitialFocus(element)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- element userdata, Element This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:setZOffset(zOffset)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- zOffset int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:shouldCloseOnEsc()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:shouldPause()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:tick()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:toString()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Returns:
string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION" 
- instance:updateNarrator()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:wait(arg0, arg1)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 - arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
 
 
- instance:wait()
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
 
- instance:wait(arg0)
 - 
	This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"	
Parameters:
- arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"