Package net.minecraft.client.gui.screen
Class ServerLinksScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ServerLinksScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/ServerLinksScreenintermediary net/minecraft/class_9807official gac
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) final ThreePartsLayoutWidgetprivate static final intprivate final Screen(package private) final ServerLinksprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, 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, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, 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
-
LIST_WIDTH
private static final int LIST_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named LIST_WIDTHLnet/minecraft/client/gui/screen/ServerLinksScreen;LIST_WIDTH:Iintermediary field_52143Lnet/minecraft/class_9807;field_52143:Iofficial aLgac;a:I
-
ENTRY_HEIGHT
private static final int ENTRY_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector named ENTRY_HEIGHTLnet/minecraft/client/gui/screen/ServerLinksScreen;ENTRY_HEIGHT:Iintermediary field_52144Lnet/minecraft/class_9807;field_52144:Iofficial bLgac;b:I
-
TITLE
- Mappings:
Namespace Name Mixin selector named TITLELnet/minecraft/client/gui/screen/ServerLinksScreen;TITLE:Lnet/minecraft/text/Text;intermediary field_52145Lnet/minecraft/class_9807;field_52145:Lnet/minecraft/class_2561;official cLgac;c:Lww;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/ServerLinksScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_52146Lnet/minecraft/class_9807;field_52146:Lnet/minecraft/class_437;official dLgac;d:Lfxi;
-
list
- Mappings:
Namespace Name Mixin selector named listLnet/minecraft/client/gui/screen/ServerLinksScreen;list:Lnet/minecraft/client/gui/screen/ServerLinksScreen$LinksListWidget;intermediary field_52147Lnet/minecraft/class_9807;field_52147:Lnet/minecraft/class_9807$class_9808;official sLgac;s:Lgac$a;
-
layoutWidget
- Mappings:
Namespace Name Mixin selector named layoutWidgetLnet/minecraft/client/gui/screen/ServerLinksScreen;layoutWidget:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_52148Lnet/minecraft/class_9807;field_52148:Lnet/minecraft/class_8132;official uLgac;u:Lfve;
-
serverLinks
- Mappings:
Namespace Name Mixin selector named serverLinksLnet/minecraft/client/gui/screen/ServerLinksScreen;serverLinks:Lnet/minecraft/server/ServerLinks;intermediary field_52149Lnet/minecraft/class_9807;field_52149:Lnet/minecraft/class_9782;official vLgac;v:Lalw;
-
-
Constructor Details
-
ServerLinksScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/ServerLinksScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/server/ServerLinks;)Vintermediary <init>Lnet/minecraft/class_9807;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_9782;)Vofficial <init>Lgac;<init>(Lfxi;Lalw;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
refreshWidgetPositions
protected void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLfxi;c()V
-
close
public void close()
-