Class MultiActionDialogScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.dialog.DialogScreen<MultiActionDialog>
net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen<MultiActionDialog>
net.minecraft.client.gui.screen.dialog.MultiActionDialogScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
@Environment(CLIENT)
public class MultiActionDialogScreen
extends ColumnsDialogScreen<MultiActionDialog>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/MultiActionDialogScreenintermediary net/minecraft/class_11478official gne
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
DialogScreen.WarningScreenNested 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_61004Fields 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, width -
Constructor Summary
ConstructorsConstructorDescriptionMultiActionDialogScreen(@Nullable Screen parent, MultiActionDialog dialog, DialogNetworkAccess networkAccess) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stream<DialogActionButtonData> streamActionButtonData(MultiActionDialog multiActionDialog, DialogNetworkAccess dialogNetworkAccess) Methods inherited from class net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen
initBody, initHeaderAndFooterMethods inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
close, createGridWidget, createHeader, getParentScreen, init, refreshWidgetPositions, resetWarningButtonPosition, runAction, runAction, shouldCloseOnEsc, shouldPauseMethods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, deferSubtitles, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, showsStatusEffects, 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, isClickable, 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
-
MultiActionDialogScreen
public MultiActionDialogScreen(@Nullable @Nullable Screen parent, MultiActionDialog dialog, DialogNetworkAccess networkAccess) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/MultiActionDialogScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/dialog/type/MultiActionDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Vintermediary <init>Lnet/minecraft/class_11478;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11426;Lnet/minecraft/class_11513;)Vofficial <init>Lgne;<init>(Lgmj;Lasf;Lgmz;)V
-
-
Method Details
-
streamActionButtonData
protected Stream<DialogActionButtonData> streamActionButtonData(MultiActionDialog multiActionDialog, DialogNetworkAccess dialogNetworkAccess) - Specified by:
streamActionButtonDatain classColumnsDialogScreen<MultiActionDialog>- Mappings:
Namespace Name Mixin selector named streamActionButtonDataLnet/minecraft/client/gui/screen/dialog/MultiActionDialogScreen;streamActionButtonData(Lnet/minecraft/dialog/type/MultiActionDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Ljava/util/stream/Stream;intermediary method_71885Lnet/minecraft/class_11478;method_71885(Lnet/minecraft/class_11426;Lnet/minecraft/class_11513;)Ljava/util/stream/Stream;official aLgne;a(Lasf;Lgmz;)Ljava/util/stream/Stream;
-