Uses of Class
net.minecraft.client.network.ServerAddress
Package
Description
-
Uses of ServerAddress in net.minecraft.client.gui.screen.multiplayer
Modifier and TypeMethodDescriptionstatic void
ConnectScreen.connect
(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info, boolean quickPlay) private void
ConnectScreen.connect
(MinecraftClient client, ServerAddress address, @Nullable ServerInfo info) -
Uses of ServerAddress in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate static final ServerAddress
ServerAddress.INVALID
private final ServerAddress
LegacyServerPinger.serverAddress
Modifier and TypeMethodDescriptionboolean
BlockListChecker.isAllowed
(ServerAddress address) RedirectResolver.lookupRedirect
(ServerAddress address) (package private) void
MultiplayerServerListPinger.ping
(InetSocketAddress socketAddress, ServerAddress address, ServerInfo serverInfo) AddressResolver.resolve
(ServerAddress address) AllowedAddressResolver.resolve
(ServerAddress address) ModifierConstructorDescriptionLegacyServerPinger
(ServerAddress serverAddress, LegacyServerPinger.ResponseHandler handler) -
Uses of ServerAddress in net.minecraft.client.realms
Modifier and TypeMethodDescriptionvoid
RealmsConnection.connect
(RealmsServer server, ServerAddress address)