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/DialogListDialogScreen
intermediary net/minecraft/class_11472
official gfj
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
DialogScreen.WarningScreen
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
field_61004
Fields inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
CUSTOM_SCREEN_REJECTED_DISCONNECT_TEXT
Fields 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, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorsConstructorDescriptionDialogListDialogScreen
(@Nullable Screen parent, DialogListDialog dialog, DialogNetworkAccess networkAccess) -
Method Summary
Modifier and TypeMethodDescriptionprivate static DialogActionButtonData
createButton
(DialogListDialog dialog, RegistryEntry<Dialog> entry) protected Stream
<DialogActionButtonData> streamActionButtonData
(DialogListDialog dialogListDialog, DialogNetworkAccess dialogNetworkAccess) Methods inherited from class net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen
initBody, initHeaderAndFooter
Methods inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
close, createGridWidget, createHeader, getParentScreen, init, refreshWidgetPositions, resetWarningButtonPosition, runAction, runAction, shouldCloseOnEsc, shouldPause
Methods 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, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, showsStatusEffects, switchFocus, tick, updateNarrator
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
getBorder, 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
-
Constructor Details
-
DialogListDialogScreen
public DialogListDialogScreen(@Nullable @Nullable Screen parent, DialogListDialog dialog, DialogNetworkAccess networkAccess) - 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;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)V
intermediary <init>
Lnet/minecraft/class_11472;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11420;Lnet/minecraft/class_11513;)V
official <init>
Lgfj;<init>(Lges;Larv;Lgfh;)V
-
-
Method Details
-
streamActionButtonData
protected Stream<DialogActionButtonData> streamActionButtonData(DialogListDialog dialogListDialog, DialogNetworkAccess dialogNetworkAccess) - Specified by:
streamActionButtonData
in classColumnsDialogScreen<DialogListDialog>
- Mappings:
Namespace Name Mixin selector named streamActionButtonData
Lnet/minecraft/client/gui/screen/dialog/DialogListDialogScreen;streamActionButtonData(Lnet/minecraft/dialog/type/DialogListDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Ljava/util/stream/Stream;
intermediary method_71856
Lnet/minecraft/class_11472;method_71856(Lnet/minecraft/class_11420;Lnet/minecraft/class_11513;)Ljava/util/stream/Stream;
official a
Lgfj;a(Larv;Lgfh;)Ljava/util/stream/Stream;
-
createButton
private static DialogActionButtonData createButton(DialogListDialog dialog, RegistryEntry<Dialog> entry) - Mappings:
Namespace Name Mixin selector named createButton
Lnet/minecraft/client/gui/screen/dialog/DialogListDialogScreen;createButton(Lnet/minecraft/dialog/type/DialogListDialog;Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/dialog/DialogActionButtonData;
intermediary method_71857
Lnet/minecraft/class_11472;method_71857(Lnet/minecraft/class_11420;Lnet/minecraft/class_6880;)Lnet/minecraft/class_11519;
official a
Lgfj;a(Larv;Ljl;)Laro;
-