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 intermediary net/minecraft/class_405official eswnamed net/minecraft/client/gui/screen/BackupPromptScreen
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BackupPromptScreen.Callbackprivate CheckboxWidgetprotected intprivate final Screenprivate final booleanprivate final Textprivate MultilineTextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionBackupPromptScreen(Screen parent, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.voidrender(DrawContext context, int mouseX, int mouseY, float delta) booleanChecks 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, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods 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 intermediary field_2360Lnet/minecraft/class_405;field_2360:Lnet/minecraft/class_437;official cLesw;c:Leug;named parentLnet/minecraft/client/gui/screen/BackupPromptScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
callback
- Mappings:
Namespace Name Mixin selector intermediary field_18971Lnet/minecraft/class_405;field_18971:Lnet/minecraft/class_405$class_406;official aLesw;a:Lesw$a;named callbackLnet/minecraft/client/gui/screen/BackupPromptScreen;callback:Lnet/minecraft/client/gui/screen/BackupPromptScreen$Callback;
-
subtitle
- Mappings:
Namespace Name Mixin selector intermediary field_2364Lnet/minecraft/class_405;field_2364:Lnet/minecraft/class_2561;official jLesw;j:Lsw;named subtitleLnet/minecraft/client/gui/screen/BackupPromptScreen;subtitle:Lnet/minecraft/text/Text;
-
showEraseCacheCheckbox
private final boolean showEraseCacheCheckbox- Mappings:
Namespace Name Mixin selector intermediary field_19232Lnet/minecraft/class_405;field_19232:Zofficial kLesw;k:Znamed showEraseCacheCheckboxLnet/minecraft/client/gui/screen/BackupPromptScreen;showEraseCacheCheckbox:Z
-
wrappedText
- Mappings:
Namespace Name Mixin selector intermediary field_2365Lnet/minecraft/class_405;field_2365:Lnet/minecraft/class_5489;official lLesw;l:Lepq;named wrappedTextLnet/minecraft/client/gui/screen/BackupPromptScreen;wrappedText:Lnet/minecraft/client/font/MultilineText;
-
field_32236
protected int field_32236- Mappings:
Namespace Name Mixin selector intermediary field_32236Lnet/minecraft/class_405;field_32236:Iofficial bLesw;b:Inamed field_32236Lnet/minecraft/client/gui/screen/BackupPromptScreen;field_32236:I
-
eraseCacheCheckbox
- Mappings:
Namespace Name Mixin selector intermediary field_19234Lnet/minecraft/class_405;field_19234:Lnet/minecraft/class_4286;official mLesw;m:Lepc;named eraseCacheCheckboxLnet/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 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)Vofficial <init>Lesw;<init>(Leug;Lesw$a;Lsw;Lsw;Z)Vnamed <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:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLepy;a(Leop;IIF)Vnamed renderLnet/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:
shouldCloseOnEscin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_25422Lnet/minecraft/class_437;method_25422()Zofficial av_Leug;av_()Znamed shouldCloseOnEscLnet/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 inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- 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:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector intermediary method_25404Lnet/minecraft/class_364;method_25404(III)Zofficial aLeqk;a(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-