Package net.minecraft.client.option
Class ServerList
java.lang.Object
net.minecraft.client.option.ServerList
A list of
ServerInfo. The list can contain an unlimited amount of
server entries that are displayed on the multiplayer screen,
and up to 16 entries of servers
that are created when using "Direct Connection" and is hidden from the screen.- Mappings:
Namespace Name intermediary net/minecraft/class_641official fetnamed net/minecraft/client/option/ServerList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate final List<ServerInfo>private static final TaskExecutor<Runnable>private static final Loggerprivate static final intprivate final List<ServerInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ServerInfo serverInfo, boolean hidden) Adds a server info to this list.get(int index) Returns the server info foraddress, ornullif there is no such one.voidloadFile()voidremove(ServerInfo serverInfo) private static booleanreplace(ServerInfo serverInfo, List<ServerInfo> serverInfos) Replaces the server info inserverInfoswhose name and address matchserverInfo's withserverInfo.voidsaveFile()voidset(int index, ServerInfo serverInfo) intsize()voidswapEntries(int index1, int index2) Returns the previously hidden server info for the addressaddress, ornullif there is no such info.static voidupdateServerListEntry(ServerInfo serverInfo)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector intermediary field_3751Lnet/minecraft/class_641;field_3751:Lorg/slf4j/Logger;official aLfet;a:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/option/ServerList;LOGGER:Lorg/slf4j/Logger;
-
IO_EXECUTOR
- Mappings:
Namespace Name Mixin selector intermediary field_39360Lnet/minecraft/class_641;field_39360:Lnet/minecraft/class_3846;official bLfet;b:Lbcp;named IO_EXECUTORLnet/minecraft/client/option/ServerList;IO_EXECUTOR:Lnet/minecraft/util/thread/TaskExecutor;
-
MAX_HIDDEN_ENTRIES
private static final int MAX_HIDDEN_ENTRIES- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_39437Lnet/minecraft/class_641;field_39437:Iofficial cLfet;c:Inamed MAX_HIDDEN_ENTRIESLnet/minecraft/client/option/ServerList;MAX_HIDDEN_ENTRIES:I
-
client
- Mappings:
Namespace Name Mixin selector intermediary field_3750Lnet/minecraft/class_641;field_3750:Lnet/minecraft/class_310;official dLfet;d:Lenf;named clientLnet/minecraft/client/option/ServerList;client:Lnet/minecraft/client/MinecraftClient;
-
servers
- Mappings:
Namespace Name Mixin selector intermediary field_3749Lnet/minecraft/class_641;field_3749:Ljava/util/List;official eLfet;e:Ljava/util/List;named serversLnet/minecraft/client/option/ServerList;servers:Ljava/util/List;
-
-
Constructor Details
-
ServerList
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_641;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lfet;<init>(Lenf;)Vnamed <init>Lnet/minecraft/client/option/ServerList;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
loadFile
public void loadFile()- Mappings:
Namespace Name Mixin selector intermediary method_2981Lnet/minecraft/class_641;method_2981()Vofficial aLfet;a()Vnamed loadFileLnet/minecraft/client/option/ServerList;loadFile()V
-
saveFile
public void saveFile()- Mappings:
Namespace Name Mixin selector intermediary method_2987Lnet/minecraft/class_641;method_2987()Vofficial bLfet;b()Vnamed saveFileLnet/minecraft/client/option/ServerList;saveFile()V
-
get
- Mappings:
Namespace Name Mixin selector intermediary method_2982Lnet/minecraft/class_641;method_2982(I)Lnet/minecraft/class_642;official aLfet;a(I)Lfes;named getLnet/minecraft/client/option/ServerList;get(I)Lnet/minecraft/client/network/ServerInfo;
-
get
Returns the server info foraddress, ornullif there is no such one.- Returns:
- the server info for
address, ornullif there is no such one - Mappings:
Namespace Name Mixin selector intermediary method_44295Lnet/minecraft/class_641;method_44295(Ljava/lang/String;)Lnet/minecraft/class_642;official aLfet;a(Ljava/lang/String;)Lfes;named getLnet/minecraft/client/option/ServerList;get(Ljava/lang/String;)Lnet/minecraft/client/network/ServerInfo;
-
tryUnhide
Returns the previously hidden server info for the addressaddress, ornullif there is no such info.This "unhides" the server info and is used when adding the entry to the multiplayer screen to unhide any existing server info created when connecting directly.
- Returns:
- the previously hidden server info for the address
address, ornullif there is no such info - Mappings:
Namespace Name Mixin selector intermediary method_44296Lnet/minecraft/class_641;method_44296(Ljava/lang/String;)Lnet/minecraft/class_642;official bLfet;b(Ljava/lang/String;)Lfes;named tryUnhideLnet/minecraft/client/option/ServerList;tryUnhide(Ljava/lang/String;)Lnet/minecraft/client/network/ServerInfo;
-
remove
- Mappings:
Namespace Name Mixin selector intermediary method_2983Lnet/minecraft/class_641;method_2983(Lnet/minecraft/class_642;)Vofficial aLfet;a(Lfes;)Vnamed removeLnet/minecraft/client/option/ServerList;remove(Lnet/minecraft/client/network/ServerInfo;)V
-
add
Adds a server info to this list.- Parameters:
hidden- whether the info should not be listed in the multiplayer screen (also called "direct connection")- Mappings:
Namespace Name Mixin selector intermediary method_2988Lnet/minecraft/class_641;method_2988(Lnet/minecraft/class_642;Z)Vofficial aLfet;a(Lfes;Z)Vnamed addLnet/minecraft/client/option/ServerList;add(Lnet/minecraft/client/network/ServerInfo;Z)V
-
size
public int size()- Mappings:
Namespace Name Mixin selector intermediary method_2984Lnet/minecraft/class_641;method_2984()Iofficial cLfet;c()Inamed sizeLnet/minecraft/client/option/ServerList;size()I
-
swapEntries
public void swapEntries(int index1, int index2) - Mappings:
Namespace Name Mixin selector intermediary method_2985Lnet/minecraft/class_641;method_2985(II)Vofficial aLfet;a(II)Vnamed swapEntriesLnet/minecraft/client/option/ServerList;swapEntries(II)V
-
set
- Mappings:
Namespace Name Mixin selector intermediary method_2980Lnet/minecraft/class_641;method_2980(ILnet/minecraft/class_642;)Vofficial aLfet;a(ILfes;)Vnamed setLnet/minecraft/client/option/ServerList;set(ILnet/minecraft/client/network/ServerInfo;)V
-
replace
Replaces the server info inserverInfoswhose name and address matchserverInfo's withserverInfo.- Mappings:
Namespace Name Mixin selector intermediary method_44294Lnet/minecraft/class_641;method_44294(Lnet/minecraft/class_642;Ljava/util/List;)Zofficial aLfet;a(Lfes;Ljava/util/List;)Znamed replaceLnet/minecraft/client/option/ServerList;replace(Lnet/minecraft/client/network/ServerInfo;Ljava/util/List;)Z
-
updateServerListEntry
- Mappings:
Namespace Name Mixin selector intermediary method_2986Lnet/minecraft/class_641;method_2986(Lnet/minecraft/class_642;)Vofficial bLfet;b(Lfes;)Vnamed updateServerListEntryLnet/minecraft/client/option/ServerList;updateServerListEntry(Lnet/minecraft/client/network/ServerInfo;)V
-