public class GuiPropertyScreenTest extends GuiPropertyScreen
buttonCancel, buttonConfirm, GUI_ID_CANCEL, GUI_ID_CONFIRM, GUI_LABEL_CANCEL, GUI_LABEL_CONFIRM, parent, registryKey, screenTitleColor, screenTitleHeight, settings, title| Constructor and Description |
|---|
GuiPropertyScreenTest(GuiScreenCustomizeWorld parent,
net.minecraft.util.ResourceLocation registryKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
protected void |
finalizeSettings()
Save any and all information modified in this screen to the
generator settings at once. |
actionPerformed, initGuiaddButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolution, updateScreenpublic GuiPropertyScreenTest(GuiScreenCustomizeWorld parent, net.minecraft.util.ResourceLocation registryKey)
public void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class net.minecraft.client.gui.GuiScreenprotected void finalizeSettings()
GuiPropertyScreengenerator settings at once.
This is called when the user selects the Confirm button.finalizeSettings in class GuiPropertyScreen