Class ServerLinksDialogScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.dialog.DialogScreen<ServerLinksDialog>
net.minecraft.client.gui.screen.dialog.ColumnsDialogScreen<ServerLinksDialog>
net.minecraft.client.gui.screen.dialog.ServerLinksDialogScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
@Environment(CLIENT)
public class ServerLinksDialogScreen
extends ColumnsDialogScreen<ServerLinksDialog>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/dialog/ServerLinksDialogScreenintermediary net/minecraft/class_11479official gnf
-
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
ConstructorsConstructorDescriptionServerLinksDialogScreen(@Nullable Screen parent, ServerLinksDialog dialog, DialogNetworkAccess networkAccess) -
Method Summary
Modifier and TypeMethodDescriptionprivate static DialogActionButtonDatacreateButton(ServerLinksDialog dialog, ServerLinks.Entry entry) protected Stream<DialogActionButtonData> streamActionButtonData(ServerLinksDialog serverLinksDialog, 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
-
ServerLinksDialogScreen
public ServerLinksDialogScreen(@Nullable @Nullable Screen parent, ServerLinksDialog dialog, DialogNetworkAccess networkAccess) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/dialog/ServerLinksDialogScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/dialog/type/ServerLinksDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Vintermediary <init>Lnet/minecraft/class_11479;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_11429;Lnet/minecraft/class_11513;)Vofficial <init>Lgnf;<init>(Lgmj;Lash;Lgmz;)V
-
-
Method Details
-
streamActionButtonData
protected Stream<DialogActionButtonData> streamActionButtonData(ServerLinksDialog serverLinksDialog, DialogNetworkAccess dialogNetworkAccess) - Specified by:
streamActionButtonDatain classColumnsDialogScreen<ServerLinksDialog>- Mappings:
Namespace Name Mixin selector named streamActionButtonDataLnet/minecraft/client/gui/screen/dialog/ServerLinksDialogScreen;streamActionButtonData(Lnet/minecraft/dialog/type/ServerLinksDialog;Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;)Ljava/util/stream/Stream;intermediary method_71888Lnet/minecraft/class_11479;method_71888(Lnet/minecraft/class_11429;Lnet/minecraft/class_11513;)Ljava/util/stream/Stream;official aLgnf;a(Lash;Lgmz;)Ljava/util/stream/Stream;
-
createButton
private static DialogActionButtonData createButton(ServerLinksDialog dialog, ServerLinks.Entry entry) - Mappings:
Namespace Name Mixin selector named createButtonLnet/minecraft/client/gui/screen/dialog/ServerLinksDialogScreen;createButton(Lnet/minecraft/dialog/type/ServerLinksDialog;Lnet/minecraft/server/ServerLinks$Entry;)Lnet/minecraft/dialog/DialogActionButtonData;intermediary method_71887Lnet/minecraft/class_11479;method_71887(Lnet/minecraft/class_11429;Lnet/minecraft/class_9782$class_9783;)Lnet/minecraft/class_11519;official aLgnf;a(Lash;Lanb$a;)Laru;
-