Class BackupPromptScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.BackupPromptScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/BackupPromptScreen
intermediary net/minecraft/class_405
official fmx
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BackupPromptScreen.Callback
private CheckboxWidget
protected int
private final Runnable
private final boolean
private final Text
private MultilineText
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionBackupPromptScreen
(Runnable onCancel, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
init()
Called when a screen should be initialized.boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.void
render
(DrawContext context, int mouseX, int mouseY, float delta) boolean
Checks whether this screen should be closed when the escape key is pressed.Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, remove, removed, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
onCancel
- Mappings:
Namespace Name Mixin selector named onCancel
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;onCancel:Ljava/lang/Runnable;
intermediary field_46858
Lnet/minecraft/class_405;field_46858:Ljava/lang/Runnable;
official c
Lfmx;c:Ljava/lang/Runnable;
-
callback
- Mappings:
Namespace Name Mixin selector named callback
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;callback:Lnet/minecraft/client/gui/screen/world/BackupPromptScreen$Callback;
intermediary field_46857
Lnet/minecraft/class_405;field_46857:Lnet/minecraft/class_405$class_406;
official a
Lfmx;a:Lfmx$a;
-
subtitle
- Mappings:
Namespace Name Mixin selector named subtitle
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;subtitle:Lnet/minecraft/text/Text;
intermediary field_2364
Lnet/minecraft/class_405;field_2364:Lnet/minecraft/class_2561;
official r
Lfmx;r:Lwz;
-
showEraseCacheCheckbox
private final boolean showEraseCacheCheckbox- Mappings:
Namespace Name Mixin selector named showEraseCacheCheckbox
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;showEraseCacheCheckbox:Z
intermediary field_19232
Lnet/minecraft/class_405;field_19232:Z
official s
Lfmx;s:Z
-
wrappedText
- Mappings:
Namespace Name Mixin selector named wrappedText
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;wrappedText:Lnet/minecraft/client/font/MultilineText;
intermediary field_2365
Lnet/minecraft/class_405;field_2365:Lnet/minecraft/class_5489;
official u
Lfmx;u:Lfjf;
-
field_32236
protected int field_32236- Mappings:
Namespace Name Mixin selector named field_32236
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;field_32236:I
intermediary field_32236
Lnet/minecraft/class_405;field_32236:I
official b
Lfmx;b:I
-
eraseCacheCheckbox
- Mappings:
Namespace Name Mixin selector named eraseCacheCheckbox
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;eraseCacheCheckbox:Lnet/minecraft/client/gui/widget/CheckboxWidget;
intermediary field_19234
Lnet/minecraft/class_405;field_19234:Lnet/minecraft/class_4286;
official v
Lfmx;v:Lfio;
-
-
Constructor Details
-
BackupPromptScreen
public BackupPromptScreen(Runnable onCancel, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/world/BackupPromptScreen;<init>(Ljava/lang/Runnable;Lnet/minecraft/client/gui/screen/world/BackupPromptScreen$Callback;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Z)V
intermediary <init>
Lnet/minecraft/class_405;<init>(Ljava/lang/Runnable;Lnet/minecraft/class_405$class_406;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
official <init>
Lfmx;<init>(Ljava/lang/Runnable;Lfmx$a;Lwz;Lwz;Z)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus()
to set the element that is initially focused. -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfjp;a(Lfhz;IIF)V
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()Checks whether this screen should be closed when the escape key is pressed.- Overrides:
shouldCloseOnEsc
in classScreen
- Mappings:
Namespace Name Mixin selector named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
intermediary method_25422
Lnet/minecraft/class_437;method_25422()Z
official aJ_
Lfod;aJ_()Z
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
official a
Lfki;a(III)Z
-