Class DialogListDialogScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.dialog.DialogScreen<DialogListDialog>
net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen<DialogListDialog>
net.minecraft.client.gui.screen.dialog.DialogListDialogScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
@Environment(CLIENT)
public class DialogListDialogScreen
extends ColumnsDialogScreen<DialogListDialog>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/DialogListDialogScreenintermediary net/minecraft/class_11472official gfb
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen
BACK_BUTTON_DATA, CANCEL_BUTTON_DATAFields inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
CUSTOM_SCREEN_REJECTED_DISCONNECT_TEXTFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static DialogButtoncreateButton(DialogListDialog dialog, RegistryEntry<Dialog> entry) protected Stream<DialogButton> streamButtons(DialogListDialog dialogListDialog) Methods inherited from class net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen
initBody, initHeaderAndFooter, method_71854Methods inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
close, createButtonWidget, createButtonWidget, createGridWidget, createHeader, getParentScreen, getWarningButton, init, initDialog, refreshWidgetPositions, resetWarningButtonPosition, shouldCloseOnEscMethods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleClickEvent, handleClickEvent, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, method_71843, method_71844, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods 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
getBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Constructor Details
-
DialogListDialogScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/DialogListDialogScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/dialog/type/DialogListDialog;)Vintermediary <init>Lnet/minecraft/class_11472;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11420;)Vofficial <init>Lgfb;<init>(Lgem;Lars;)V
-
-
Method Details
-
streamButtons
- Specified by:
streamButtonsin classColumnsDialogScreen<DialogListDialog>- Mappings:
Namespace Name Mixin selector named streamButtonsLnet/minecraft/client/gui/screen/dialog/DialogListDialogScreen;streamButtons(Lnet/minecraft/dialog/type/DialogListDialog;)Ljava/util/stream/Stream;intermediary method_71856Lnet/minecraft/class_11472;method_71856(Lnet/minecraft/class_11420;)Ljava/util/stream/Stream;official aLgfb;a(Lars;)Ljava/util/stream/Stream;
-
createButton
- Mappings:
Namespace Name Mixin selector named createButtonLnet/minecraft/client/gui/screen/dialog/DialogListDialogScreen;createButton(Lnet/minecraft/dialog/type/DialogListDialog;Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/dialog/DialogButton;intermediary method_71857Lnet/minecraft/class_11472;method_71857(Lnet/minecraft/class_11420;Lnet/minecraft/class_6880;)Lnet/minecraft/class_11415;official aLgfb;a(Lars;Ljj;)Larn;
-