Class MultiActionInputFormDialogScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.dialog.DialogScreen<MultiActionInputFormDialog>
net.minecraft.client.gui.screen.dialog.MultiActionInputFormDialogScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
@Environment(CLIENT)
public class MultiActionInputFormDialogScreen
extends DialogScreen<MultiActionInputFormDialog>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/MultiActionInputFormDialogScreenintermediary net/minecraft/class_11477official gff
-
Nested Class Summary
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_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
ConstructorsConstructorDescriptionMultiActionInputFormDialogScreen(@Nullable Screen parent, MultiActionInputFormDialog dialog) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitBody(DirectionalLayoutWidget directionalLayoutWidget, MultiActionInputFormDialog multiActionInputFormDialog) protected voidinitHeaderAndFooter(ThreePartsLayoutWidget threePartsLayoutWidget, MultiActionInputFormDialog multiActionInputFormDialog) Methods 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
-
Field Details
-
FOOTER_HEIGHT
public static final int FOOTER_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named FOOTER_HEIGHTLnet/minecraft/client/gui/screen/dialog/MultiActionInputFormDialogScreen;FOOTER_HEIGHT:Iintermediary field_60771Lnet/minecraft/class_11477;field_60771:Iofficial aLgff;a:I
-
-
Constructor Details
-
MultiActionInputFormDialogScreen
public MultiActionInputFormDialogScreen(@Nullable @Nullable Screen parent, MultiActionInputFormDialog dialog) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/MultiActionInputFormDialogScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/dialog/type/MultiActionInputFormDialog;)Vintermediary <init>Lnet/minecraft/class_11477;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11427;)Vofficial <init>Lgff;<init>(Lgem;Larx;)V
-
-
Method Details
-
initBody
protected void initBody(DirectionalLayoutWidget directionalLayoutWidget, MultiActionInputFormDialog multiActionInputFormDialog) - Overrides:
initBodyin classDialogScreen<MultiActionInputFormDialog>- Mappings:
Namespace Name Mixin selector named initBodyLnet/minecraft/client/gui/screen/dialog/MultiActionInputFormDialogScreen;initBody(Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;Lnet/minecraft/dialog/type/MultiActionInputFormDialog;)Vintermediary method_71883Lnet/minecraft/class_11477;method_71883(Lnet/minecraft/class_8667;Lnet/minecraft/class_11427;)Vofficial aLgff;a(Lgbj;Larx;)V
-