public class ConfigModListScreen extends ConfigScreen
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigModListScreen.ModEntry |
backgrounds, cogSpin, cogwheelState, modID, parentguiLeft, guiTop, widgets, windowHeight, windowWidth, windowXOffset, windowYOffset| Constructor and Description |
|---|
ConfigModListScreen(net.minecraft.client.gui.screen.Screen parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
void |
onClose() |
protected void |
renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
endFrame, isPauseScreen, mouseScrolled, prepareFrame, renderBackground, renderCog, renderMenuBackground, renderWindowBackground, toHumanReadablecharTyped, debugWindowArea, getWidgets, keyPressed, mouseClicked, mouseReleased, render, renderWindowForeground, setWindowOffset, setWindowSize, shouldCloseOnEscaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, removed, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ConfigModListScreen(net.minecraft.client.gui.screen.Screen parent)
public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class ConfigScreenprotected void init()
init in class AbstractSimiScreenprotected void renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindow in class ConfigScreenpublic void onClose()
onClose in class net.minecraft.client.gui.screen.Screen