Package net.minecraft.client.gui.screen
Class BackupPromptScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.BackupPromptScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official etf
intermediary net/minecraft/class_405
named net/minecraft/client/gui/screen/BackupPromptScreen
-
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 Screen
private final boolean
private final Text
private MultilineText
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionBackupPromptScreen
(Screen parent, 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, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, 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, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official c
Letf;c:Leuq;
intermediary field_2360
Lnet/minecraft/class_405;field_2360:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/gui/screen/BackupPromptScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
callback
- Mappings:
Namespace Name Mixin selector official a
Letf;a:Letf$a;
intermediary field_18971
Lnet/minecraft/class_405;field_18971:Lnet/minecraft/class_405$class_406;
named callback
Lnet/minecraft/client/gui/screen/BackupPromptScreen;callback:Lnet/minecraft/client/gui/screen/BackupPromptScreen$Callback;
-
subtitle
- Mappings:
Namespace Name Mixin selector official k
Letf;k:Lsw;
intermediary field_2364
Lnet/minecraft/class_405;field_2364:Lnet/minecraft/class_2561;
named subtitle
Lnet/minecraft/client/gui/screen/BackupPromptScreen;subtitle:Lnet/minecraft/text/Text;
-
showEraseCacheCheckbox
private final boolean showEraseCacheCheckbox- Mappings:
Namespace Name Mixin selector official l
Letf;l:Z
intermediary field_19232
Lnet/minecraft/class_405;field_19232:Z
named showEraseCacheCheckbox
Lnet/minecraft/client/gui/screen/BackupPromptScreen;showEraseCacheCheckbox:Z
-
wrappedText
- Mappings:
Namespace Name Mixin selector official m
Letf;m:Lepz;
intermediary field_2365
Lnet/minecraft/class_405;field_2365:Lnet/minecraft/class_5489;
named wrappedText
Lnet/minecraft/client/gui/screen/BackupPromptScreen;wrappedText:Lnet/minecraft/client/font/MultilineText;
-
field_32236
protected int field_32236- Mappings:
Namespace Name Mixin selector official b
Letf;b:I
intermediary field_32236
Lnet/minecraft/class_405;field_32236:I
named field_32236
Lnet/minecraft/client/gui/screen/BackupPromptScreen;field_32236:I
-
eraseCacheCheckbox
- Mappings:
Namespace Name Mixin selector official n
Letf;n:Lepk;
intermediary field_19234
Lnet/minecraft/class_405;field_19234:Lnet/minecraft/class_4286;
named eraseCacheCheckbox
Lnet/minecraft/client/gui/screen/BackupPromptScreen;eraseCacheCheckbox:Lnet/minecraft/client/gui/widget/CheckboxWidget;
-
-
Constructor Details
-
BackupPromptScreen
public BackupPromptScreen(Screen parent, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox) - Mappings:
Namespace Name Mixin selector official <init>
Letf;<init>(Leuq;Letf$a;Lsw;Lsw;Z)V
intermediary <init>
Lnet/minecraft/class_405;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_405$class_406;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Z)V
named <init>
Lnet/minecraft/client/gui/screen/BackupPromptScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/gui/screen/BackupPromptScreen$Callback;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;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(net.minecraft.client.gui.Element)
to set the element that is initially focused. -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leqh;a(Leox;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;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 official av_
Leuq;av_()Z
intermediary method_25422
Lnet/minecraft/class_437;method_25422()Z
named shouldCloseOnEsc
Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()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 official a
Leqt;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-