Uses of Class
net.minecraft.client.network.ServerInfo
Packages that use ServerInfo
Package
Description
-
Uses of ServerInfo in net.minecraft.client
Methods in net.minecraft.client that return ServerInfo -
Uses of ServerInfo in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as ServerInfoModifier and TypeFieldDescriptionprivate ServerInfo
MultiplayerScreen.selectedEntry
private final ServerInfo
AddServerScreen.server
private final ServerInfo
MultiplayerServerListWidget.ServerEntry.server
private final ServerInfo
DirectConnectScreen.serverEntry
Methods in net.minecraft.client.gui.screen.multiplayer that return ServerInfoMethods in net.minecraft.client.gui.screen.multiplayer with parameters of type ServerInfoModifier and TypeMethodDescriptionstatic void
ConnectScreen.connect
(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info, boolean quickPlay, @Nullable CookieStorage cookieStorage) private void
ConnectScreen.connect
(MinecraftClient client, ServerAddress address, ServerInfo info, @Nullable CookieStorage cookieStorage) private void
MultiplayerScreen.connect
(ServerInfo entry) Constructors in net.minecraft.client.gui.screen.multiplayer with parameters of type ServerInfoModifierConstructorDescriptionAddServerScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) DirectConnectScreen
(Screen parent, BooleanConsumer callback, ServerInfo server) protected
ServerEntry
(MultiplayerScreen screen, ServerInfo server) -
Uses of ServerInfo in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ServerInfoModifier and TypeFieldDescriptionprotected final @Nullable ServerInfo
ClientCommonNetworkHandler.serverInfo
private final @Nullable ServerInfo
ClientConnectionState.serverInfo
The field for theserverInfo
record component.private final @Nullable ServerInfo
ClientLoginNetworkHandler.serverInfo
Methods in net.minecraft.client.network that return ServerInfoModifier and TypeMethodDescriptionstatic ServerInfo
ServerInfo.fromNbt
(NbtCompound root) ClientPlayNetworkHandler.getServerInfo()
ClientConnectionState.serverInfo()
Returns the value of theserverInfo
record component.Methods in net.minecraft.client.network with parameters of type ServerInfoModifier and TypeMethodDescriptionvoid
MultiplayerServerListPinger.add
(ServerInfo entry, Runnable saver, Runnable pingCallback) void
ServerInfo.copyFrom
(ServerInfo serverInfo) void
ServerInfo.copyWithSettingsFrom
(ServerInfo serverInfo) (package private) void
MultiplayerServerListPinger.ping
(InetSocketAddress socketAddress, ServerAddress address, ServerInfo serverInfo) (package private) void
MultiplayerServerListPinger.showError
(Text error, ServerInfo info) Constructors in net.minecraft.client.network with parameters of type ServerInfoModifierConstructorDescriptionClientConnectionState
(com.mojang.authlib.GameProfile gameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable immutable, FeatureSet featureSet, @Nullable String string, @Nullable ServerInfo serverInfo, @Nullable Screen screen, Map<Identifier, byte[]> map, ChatHud.ChatState chatState, boolean bool) ClientLoginNetworkHandler
(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer, @Nullable CookieStorage cookieStorage) -
Uses of ServerInfo in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type ServerInfoModifier and TypeFieldDescriptionprivate final List
<ServerInfo> ServerList.hiddenServers
private final List
<ServerInfo> ServerList.servers
Methods in net.minecraft.client.option that return ServerInfoModifier and TypeMethodDescriptionServerList.get
(int index) Returns the server info foraddress
, ornull
if there is no such one.Returns the previously hidden server info for the addressaddress
, ornull
if there is no such info.Methods in net.minecraft.client.option with parameters of type ServerInfoModifier and TypeMethodDescriptionvoid
ServerList.add
(ServerInfo serverInfo, boolean hidden) Adds a server info to this list.void
ServerList.remove
(ServerInfo serverInfo) private static boolean
ServerList.replace
(ServerInfo serverInfo, List<ServerInfo> serverInfos) Replaces the server info inserverInfos
whose name and address matchserverInfo
's withserverInfo
.void
ServerList.set
(int index, ServerInfo serverInfo) static void
ServerList.updateServerListEntry
(ServerInfo serverInfo) Method parameters in net.minecraft.client.option with type arguments of type ServerInfoModifier and TypeMethodDescriptionprivate static boolean
ServerList.replace
(ServerInfo serverInfo, List<ServerInfo> serverInfos) Replaces the server info inserverInfos
whose name and address matchserverInfo
's withserverInfo
. -
Uses of ServerInfo in net.minecraft.client.realms.dto
Methods in net.minecraft.client.realms.dto that return ServerInfo