Class ColumnsDialogScreen<T extends ColumnsDialog>
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.dialog.DialogScreen<T>
net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen<T>
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Direct Known Subclasses:
DialogListDialogScreen,MultiActionDialogScreen,ServerLinksDialogScreen
@Environment(CLIENT)
public abstract class ColumnsDialogScreen<T extends ColumnsDialog>
extends DialogScreen<T>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/ColumnsDialogScreenintermediary net/minecraft/class_11471official gff
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
DialogScreen.class_11514Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionColumnsDialogScreen(@Nullable Screen parent, T dialog, class_11513 class_11513) -
Method Summary
Modifier and TypeMethodDescriptionprotected DialogButtoncreateFooterButton(T dialog) protected voidinitBody(DirectionalLayoutWidget directionalLayoutWidget, T t, class_11513 class_11513) protected voidinitHeaderAndFooter(ThreePartsLayoutWidget threePartsLayoutWidget, T t, class_11513 class_11513) protected abstract Stream<DialogButton> streamButtons(T dialog, class_11513 class_11513) Methods inherited from class net.minecraft.client.gui.screen.dialog.DialogScreen
close, createButtonWidget, createButtonWidget, createGridWidget, createHeader, getParentScreen, 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, handleOpenUri, handleRunCommand, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, method_71999, 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
-
Field Details
-
CANCEL_BUTTON_DATA
- Mappings:
Namespace Name Mixin selector named CANCEL_BUTTON_DATALnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;CANCEL_BUTTON_DATA:Lnet/minecraft/dialog/DialogButtonData;intermediary field_60756Lnet/minecraft/class_11471;field_60756:Lnet/minecraft/class_11416;official aLgff;a:Larq;
-
BACK_BUTTON_DATA
- Mappings:
Namespace Name Mixin selector named BACK_BUTTON_DATALnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;BACK_BUTTON_DATA:Lnet/minecraft/dialog/DialogButtonData;intermediary field_60757Lnet/minecraft/class_11471;field_60757:Lnet/minecraft/class_11416;official bLgff;b:Larq;
-
-
Constructor Details
-
ColumnsDialogScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/dialog/type/ColumnsDialog;Lnet/minecraft/class_11513;)Vintermediary <init>Lnet/minecraft/class_11471;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11414;Lnet/minecraft/class_11513;)Vofficial <init>Lgff;<init>(Lger;Laro;Lgfg;)V
-
-
Method Details
-
initBody
protected void initBody(DirectionalLayoutWidget directionalLayoutWidget, T t, class_11513 class_11513) - Overrides:
initBodyin classDialogScreen<T extends ColumnsDialog>- Mappings:
Namespace Name Mixin selector named initBodyLnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;initBody(Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;Lnet/minecraft/dialog/type/ColumnsDialog;Lnet/minecraft/class_11513;)Vintermediary method_71852Lnet/minecraft/class_11471;method_71852(Lnet/minecraft/class_8667;Lnet/minecraft/class_11414;Lnet/minecraft/class_11513;)Vofficial aLgff;a(Lgbo;Laro;Lgfg;)V
-
streamButtons
- Mappings:
Namespace Name Mixin selector named streamButtonsLnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;streamButtons(Lnet/minecraft/dialog/type/ColumnsDialog;Lnet/minecraft/class_11513;)Ljava/util/stream/Stream;intermediary method_71849Lnet/minecraft/class_11471;method_71849(Lnet/minecraft/class_11414;Lnet/minecraft/class_11513;)Ljava/util/stream/Stream;official aLgff;a(Laro;Lgfg;)Ljava/util/stream/Stream;
-