public class GuiModalChangelist extends GuiModal<GuiModalChangelist>
BUTTON_G_WIDTH, BUTTON_HEIGHT, BUTTON_PADDING, BUTTON_S_WIDTH, buttonCancel, buttonConfirm, GUI_ID_CANCEL, GUI_ID_CONFIRM, GUI_LABEL_CANCEL, GUI_LABEL_CONFIRM, GUI_PADDING, MODAL_L_HEIGHT, MODAL_S_HEIGHT, MODAL_S_WIDTH, modalHeight, modalWidth, onCancel, onConfirm, parent, TEXT_PADDING, title| Constructor and Description |
|---|
GuiModalChangelist(GuiScreenCustomizeWorld parent,
java.util.function.Consumer<GuiModalChangelist> onConfirm,
java.util.function.Consumer<GuiModalChangelist> onCancel,
java.util.function.Consumer<GuiModalChangelist> onDiscard) |
GuiModalChangelist(GuiScreenCustomizeWorld parent,
java.util.function.Consumer<GuiModalChangelist> onConfirm,
java.util.function.Consumer<GuiModalChangelist> onCancel,
java.util.function.Consumer<GuiModalChangelist> onDiscard,
boolean initialSort,
int initialScroll) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(net.minecraft.client.gui.GuiButton guiButton) |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleMouseInput() |
void |
initGui() |
addButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolution, updateScreenpublic GuiModalChangelist(GuiScreenCustomizeWorld parent, java.util.function.Consumer<GuiModalChangelist> onConfirm, java.util.function.Consumer<GuiModalChangelist> onCancel, java.util.function.Consumer<GuiModalChangelist> onDiscard)
public GuiModalChangelist(GuiScreenCustomizeWorld parent, java.util.function.Consumer<GuiModalChangelist> onConfirm, java.util.function.Consumer<GuiModalChangelist> onCancel, java.util.function.Consumer<GuiModalChangelist> onDiscard, boolean initialSort, int initialScroll)
public void initGui()
initGui in class GuiModal<GuiModalChangelist>public void handleMouseInput()
throws java.io.IOException
handleMouseInput in class net.minecraft.client.gui.GuiScreenjava.io.IOExceptionpublic void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class GuiModal<GuiModalChangelist>protected void actionPerformed(net.minecraft.client.gui.GuiButton guiButton)
throws java.io.IOException
actionPerformed in class GuiModal<GuiModalChangelist>java.io.IOException