Package net.minecraft.client.gui.screen
Class DeathScreen.TitleScreenConfirmScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ConfirmScreen
net.minecraft.client.gui.screen.DeathScreen.TitleScreenConfirmScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Enclosing class:
- DeathScreen
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/DeathScreen$TitleScreenConfirmScreen- intermediary - net/minecraft/class_418$class_8183- official - ftq$a
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFields inherited from class net.minecraft.client.gui.screen.ConfirmScreencallback, noText, yesTextFields inherited from class net.minecraft.client.gui.screen.Screenclient, 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, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionTitleScreenConfirmScreen(BooleanConsumer callback, Text title, Text message, Text yesText, Text noText) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrenderBackground(DrawContext context, int mouseX, int mouseY, float delta) Renders the background of this screen.Methods inherited from class net.minecraft.client.gui.screen.ConfirmScreenaddButton, addButtons, disableButtons, getNarratedTitle, init, keyPressed, render, shouldCloseOnEsc, tickMethods inherited from class net.minecraft.client.gui.screen.ScreenaddCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, close, findSelectedElementData, getMusic, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, removed, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldHideStatusEffectHud, shouldPause, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Constructor Details- 
TitleScreenConfirmScreenpublic TitleScreenConfirmScreen(BooleanConsumer callback, Text title, Text message, Text yesText, Text noText) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/ConfirmScreen;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)V- intermediary - <init>- Lnet/minecraft/class_410;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)V- official - <init>- Lftk;<init>(Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;Lwp;Lwp;Lwp;Lwp;)V
 
 
- 
- 
Method Details- 
renderBackgroundRenders the background of this screen.If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture. - Overrides:
- renderBackgroundin class- Screen
- Mappings:
- Namespace - Name - Mixin selector - named - renderBackground- Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V- intermediary - method_25420- Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V- official - b- Lfum;b(Lfof;IIF)V
 
 
-