Package net.minecraft.client.gui.screen
Class EditWorldScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.EditWorldScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class EditWorldScreen extends Screen
-
-
Field Summary
Fields Modifier and Type Field Description private it.unimi.dsi.fastutil.booleans.BooleanConsumer
callback
private SaveFormat.LevelSave
levelAccess
private static org.apache.logging.log4j.Logger
LOGGER
private static ITextComponent
NAME_LABEL
private TextFieldWidget
nameEdit
private Button
renameButton
private static com.google.gson.Gson
WORLD_GEN_SETTINGS_GSON
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description EditWorldScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232318_1_, SaveFormat.LevelSave p_i232318_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
init()
static boolean
makeBackupAndShowToast(SaveFormat.LevelSave p_239019_0_)
static void
makeBackupAndShowToast(SaveFormat p_241651_0_, java.lang.String p_241651_1_)
void
onClose()
private void
onRename()
void
removed()
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
void
resize(Minecraft p_231152_1_, int p_231152_2_, int p_231152_3_)
void
tick()
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
WORLD_GEN_SETTINGS_GSON
private static final com.google.gson.Gson WORLD_GEN_SETTINGS_GSON
-
NAME_LABEL
private static final ITextComponent NAME_LABEL
-
renameButton
private Button renameButton
-
callback
private final it.unimi.dsi.fastutil.booleans.BooleanConsumer callback
-
nameEdit
private TextFieldWidget nameEdit
-
levelAccess
private final SaveFormat.LevelSave levelAccess
-
-
Constructor Detail
-
EditWorldScreen
public EditWorldScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232318_1_, SaveFormat.LevelSave p_i232318_2_)
-
-
Method Detail
-
resize
public void resize(Minecraft p_231152_1_, int p_231152_2_, int p_231152_3_)
-
onRename
private void onRename()
-
makeBackupAndShowToast
public static void makeBackupAndShowToast(SaveFormat p_241651_0_, java.lang.String p_241651_1_)
-
makeBackupAndShowToast
public static boolean makeBackupAndShowToast(SaveFormat.LevelSave p_239019_0_)
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
-