Class MultiplayerServerListWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.widget.EntryListWidget<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget<MultiplayerServerListWidget.Entry>
net.minecraft.client.gui.screen.multiplayer.MultiplayerServerListWidget
- All Implemented Interfaces:
Drawable
,Element
,Narratable
,ParentElement
,Selectable
@Environment(CLIENT)
public class MultiplayerServerListWidget
extends AlwaysSelectedEntryListWidget<MultiplayerServerListWidget.Entry>
- Mappings:
Namespace Name official eoe
intermediary net/minecraft/class_4267
named net/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
class
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.EntryListWidget
EntryListWidget.MoveDirection
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType
-
Field Summary
Modifier and TypeFieldDescription(package private) static final Text
(package private) static final Text
(package private) static final Text
(package private) static final Text
private final List<MultiplayerServerListWidget.LanServerEntry>
(package private) static final Logger
(package private) static final Text
(package private) static final Text
private final MultiplayerServerListWidget.Entry
private final MultiplayerScreen
(package private) static final ThreadPoolExecutor
(package private) static final Identifier
private final List<MultiplayerServerListWidget.ServerEntry>
(package private) static final Identifier
Fields inherited from class net.minecraft.client.gui.widget.EntryListWidget
bottom, centerListVertically, client, headerHeight, height, itemHeight, left, right, top, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionMultiplayerServerListWidget
(MultiplayerScreen screen, MinecraftClient client, int width, int height, int top, int bottom, int entryHeight) -
Method Summary
Modifier and TypeMethodDescriptionint
protected int
protected boolean
boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.protected void
moveSelection
(EntryListWidget.MoveDirection direction) void
setLanServers
(List<LanServerInfo> lanServers) void
void
setServers
(ServerList servers) private void
Methods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget
appendNarrations, changeFocus
Methods inherited from class net.minecraft.client.gui.widget.EntryListWidget
addEntry, addEntryToTop, appendNarrations, centerScrollOn, children, clearEntries, clickedHeader, drawSelectionHighlight, ensureSelectedEntryVisible, ensureVisible, getEntry, getEntryAtPosition, getEntryCount, getFocused, getHoveredEntry, getMaxPosition, getMaxScroll, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelectedOrNull, getType, isMouseOver, isSelectedEntry, method_35721, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, moveSelectionIf, remove, removeEntry, removeEntryWithoutScrolling, render, renderBackground, renderDecorations, renderEntry, renderHeader, renderList, replaceEntries, setLeftPos, setRenderBackground, setRenderHeader, setRenderHorizontalShadows, setRenderSelection, setScrollAmount, updateScrollingState, updateSize
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
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
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, hoveredElement, keyReleased, setInitialFocus
Methods inherited from interface net.minecraft.client.gui.Selectable
isNarratable
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Leoe;a:Lorg/slf4j/Logger;
intermediary field_19104
Lnet/minecraft/class_4267;field_19104:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;LOGGER:Lorg/slf4j/Logger;
-
SERVER_PINGER_THREAD_POOL
- Mappings:
Namespace Name Mixin selector official o
Leoe;o:Ljava/util/concurrent/ThreadPoolExecutor;
intermediary field_19105
Lnet/minecraft/class_4267;field_19105:Ljava/util/concurrent/ThreadPoolExecutor;
named SERVER_PINGER_THREAD_POOL
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;SERVER_PINGER_THREAD_POOL:Ljava/util/concurrent/ThreadPoolExecutor;
-
UNKNOWN_SERVER_TEXTURE
- Mappings:
Namespace Name Mixin selector official p
Leoe;p:Labb;
intermediary field_19106
Lnet/minecraft/class_4267;field_19106:Lnet/minecraft/class_2960;
named UNKNOWN_SERVER_TEXTURE
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;UNKNOWN_SERVER_TEXTURE:Lnet/minecraft/util/Identifier;
-
SERVER_SELECTION_TEXTURE
- Mappings:
Namespace Name Mixin selector official q
Leoe;q:Labb;
intermediary field_19107
Lnet/minecraft/class_4267;field_19107:Lnet/minecraft/class_2960;
named SERVER_SELECTION_TEXTURE
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;SERVER_SELECTION_TEXTURE:Lnet/minecraft/util/Identifier;
-
LAN_SCANNING_TEXT
- Mappings:
Namespace Name Mixin selector official r
Leoe;r:Lrq;
intermediary field_26581
Lnet/minecraft/class_4267;field_26581:Lnet/minecraft/class_2561;
named LAN_SCANNING_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;LAN_SCANNING_TEXT:Lnet/minecraft/text/Text;
-
CANNOT_RESOLVE_TEXT
- Mappings:
Namespace Name Mixin selector official s
Leoe;s:Lrq;
intermediary field_26582
Lnet/minecraft/class_4267;field_26582:Lnet/minecraft/class_2561;
named CANNOT_RESOLVE_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;CANNOT_RESOLVE_TEXT:Lnet/minecraft/text/Text;
-
CANNOT_CONNECT_TEXT
- Mappings:
Namespace Name Mixin selector official t
Leoe;t:Lrq;
intermediary field_26583
Lnet/minecraft/class_4267;field_26583:Lnet/minecraft/class_2561;
named CANNOT_CONNECT_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;CANNOT_CONNECT_TEXT:Lnet/minecraft/text/Text;
-
INCOMPATIBLE_TEXT
- Mappings:
Namespace Name Mixin selector official u
Leoe;u:Lrq;
intermediary field_26849
Lnet/minecraft/class_4267;field_26849:Lnet/minecraft/class_2561;
named INCOMPATIBLE_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;INCOMPATIBLE_TEXT:Lnet/minecraft/text/Text;
-
NO_CONNECTION_TEXT
- Mappings:
Namespace Name Mixin selector official v
Leoe;v:Lrq;
intermediary field_26586
Lnet/minecraft/class_4267;field_26586:Lnet/minecraft/class_2561;
named NO_CONNECTION_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;NO_CONNECTION_TEXT:Lnet/minecraft/text/Text;
-
PINGING_TEXT
- Mappings:
Namespace Name Mixin selector official w
Leoe;w:Lrq;
intermediary field_26587
Lnet/minecraft/class_4267;field_26587:Lnet/minecraft/class_2561;
named PINGING_TEXT
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;PINGING_TEXT:Lnet/minecraft/text/Text;
-
screen
- Mappings:
Namespace Name Mixin selector official x
Leoe;x:Leob;
intermediary field_19108
Lnet/minecraft/class_4267;field_19108:Lnet/minecraft/class_500;
named screen
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;screen:Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerScreen;
-
servers
- Mappings:
Namespace Name Mixin selector official y
Leoe;y:Ljava/util/List;
intermediary field_19109
Lnet/minecraft/class_4267;field_19109:Ljava/util/List;
named servers
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;servers:Ljava/util/List;
-
scanningEntry
- Mappings:
Namespace Name Mixin selector official z
Leoe;z:Leoe$a;
intermediary field_19110
Lnet/minecraft/class_4267;field_19110:Lnet/minecraft/class_4267$class_504;
named scanningEntry
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;scanningEntry:Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget$Entry;
-
lanServers
- Mappings:
Namespace Name Mixin selector official A
Leoe;A:Ljava/util/List;
intermediary field_19111
Lnet/minecraft/class_4267;field_19111:Ljava/util/List;
named lanServers
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;lanServers:Ljava/util/List;
-
-
Constructor Details
-
MultiplayerServerListWidget
public MultiplayerServerListWidget(MultiplayerScreen screen, MinecraftClient client, int width, int height, int top, int bottom, int entryHeight) - Mappings:
Namespace Name Mixin selector official <init>
Leoe;<init>(Leob;Lefu;IIIII)V
intermediary <init>
Lnet/minecraft/class_4267;<init>(Lnet/minecraft/class_500;Lnet/minecraft/class_310;IIIII)V
named <init>
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;<init>(Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerScreen;Lnet/minecraft/client/MinecraftClient;IIIII)V
-
-
Method Details
-
updateEntries
private void updateEntries()- Mappings:
Namespace Name Mixin selector official e
Leoe;e()V
intermediary method_20131
Lnet/minecraft/class_4267;method_20131()V
named updateEntries
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;updateEntries()V
-
setSelected
- Overrides:
setSelected
in classEntryListWidget<MultiplayerServerListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official a
Leoe;a(Leoe$a;)V
intermediary method_20122
Lnet/minecraft/class_4267;method_20122(Lnet/minecraft/class_4267$class_504;)V
named setSelected
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;setSelected(Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget$Entry;)V
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classEntryListWidget<MultiplayerServerListWidget.Entry>
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leir;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
moveSelection
- Overrides:
moveSelection
in classEntryListWidget<MultiplayerServerListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official a
Lehl;a(Lehl$b;)V
intermediary method_25335
Lnet/minecraft/class_350;method_25335(Lnet/minecraft/class_350$class_5403;)V
named moveSelection
Lnet/minecraft/client/gui/widget/EntryListWidget;moveSelection(Lnet/minecraft/client/gui/widget/EntryListWidget$MoveDirection;)V
-
setServers
- Mappings:
Namespace Name Mixin selector official a
Leoe;a(Levc;)V
intermediary method_20125
Lnet/minecraft/class_4267;method_20125(Lnet/minecraft/class_641;)V
named setServers
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;setServers(Lnet/minecraft/client/option/ServerList;)V
-
setLanServers
- Mappings:
Namespace Name Mixin selector official a
Leoe;a(Ljava/util/List;)V
intermediary method_20126
Lnet/minecraft/class_4267;method_20126(Ljava/util/List;)V
named setLanServers
Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerServerListWidget;setLanServers(Ljava/util/List;)V
-
getScrollbarPositionX
protected int getScrollbarPositionX()- Overrides:
getScrollbarPositionX
in classEntryListWidget<MultiplayerServerListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official d
Lehl;d()I
intermediary method_25329
Lnet/minecraft/class_350;method_25329()I
named getScrollbarPositionX
Lnet/minecraft/client/gui/widget/EntryListWidget;getScrollbarPositionX()I
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classEntryListWidget<MultiplayerServerListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official c
Lehl;c()I
intermediary method_25322
Lnet/minecraft/class_350;method_25322()I
named getRowWidth
Lnet/minecraft/client/gui/widget/EntryListWidget;getRowWidth()I
-
isFocused
protected boolean isFocused()- Overrides:
isFocused
in classEntryListWidget<MultiplayerServerListWidget.Entry>
- Mappings:
Namespace Name Mixin selector official a
Lehl;a()Z
intermediary method_25316
Lnet/minecraft/class_350;method_25316()Z
named isFocused
Lnet/minecraft/client/gui/widget/EntryListWidget;isFocused()Z
-