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/ColumnsDialogScreen
intermediary net/minecraft/class_11471
official gfg
-
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
FieldsFields 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
ConstructorsConstructorDescriptionColumnsDialogScreen
(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
initBody
(DirectionalLayoutWidget directionalLayoutWidget, DialogControls dialogControls, T t, DialogNetworkAccess dialogNetworkAccess) protected void
initHeaderAndFooter
(ThreePartsLayoutWidget threePartsLayoutWidget, DialogControls dialogControls, T t, DialogNetworkAccess dialogNetworkAccess) protected abstract Stream
<DialogActionButtonData> streamActionButtonData
(T dialog, DialogNetworkAccess networkAccess) 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
-
Field Details
-
field_61004
public static final int field_61004- See Also:
- Mappings:
Namespace Name Mixin selector named field_61004
Lnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;field_61004:I
intermediary field_61004
Lnet/minecraft/class_11471;field_61004:I
official a
Lgfg;a:I
-
-
Constructor Details
-
ColumnsDialogScreen
public ColumnsDialogScreen(@Nullable @Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) - 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/client/gui/screen/dialog/DialogNetworkAccess;)V
intermediary <init>
Lnet/minecraft/class_11471;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11414;Lnet/minecraft/class_11513;)V
official <init>
Lgfg;<init>(Lges;Larp;Lgfh;)V
-
-
Method Details
-
initBody
protected void initBody(DirectionalLayoutWidget directionalLayoutWidget, DialogControls dialogControls, T t, DialogNetworkAccess dialogNetworkAccess) - Overrides:
initBody
in classDialogScreen<T extends ColumnsDialog>
- Mappings:
Namespace Name Mixin selector named initBody
Lnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;initBody(Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;Lnet/minecraft/client/gui/screen/dialog/DialogControls;Lnet/minecraft/dialog/type/ColumnsDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)V
intermediary method_71852
Lnet/minecraft/class_11471;method_71852(Lnet/minecraft/class_8667;Lnet/minecraft/class_11529;Lnet/minecraft/class_11414;Lnet/minecraft/class_11513;)V
official a
Lgfg;a(Lgbn;Lgfi;Larp;Lgfh;)V
-
streamActionButtonData
protected abstract Stream<DialogActionButtonData> streamActionButtonData(T dialog, DialogNetworkAccess networkAccess) - Mappings:
Namespace Name Mixin selector named streamActionButtonData
Lnet/minecraft/client/gui/screen/dialog/ColumnsDialogScreen;streamActionButtonData(Lnet/minecraft/dialog/type/ColumnsDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Ljava/util/stream/Stream;
intermediary method_71849
Lnet/minecraft/class_11471;method_71849(Lnet/minecraft/class_11414;Lnet/minecraft/class_11513;)Ljava/util/stream/Stream;
official a
Lgfg;a(Larp;Lgfh;)Ljava/util/stream/Stream;
-