Uses of Class
net.minecraft.client.network.ServerAddress
Packages that use ServerAddress
Package
Description
-
Uses of ServerAddress in net.minecraft.client.gui.screen.multiplayer
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type ServerAddressModifier 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
Fields in net.minecraft.client.network declared as ServerAddressModifier and TypeFieldDescriptionprivate static final ServerAddress
ServerAddress.INVALID
private final ServerAddress
LegacyServerPinger.serverAddress
Methods in net.minecraft.client.network that return ServerAddressMethods in net.minecraft.client.network that return types with arguments of type ServerAddressMethods in net.minecraft.client.network with parameters of type ServerAddressModifier 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) Constructors in net.minecraft.client.network with parameters of type ServerAddressModifierConstructorDescriptionLegacyServerPinger
(ServerAddress serverAddress, LegacyServerPinger.ResponseHandler handler) -
Uses of ServerAddress in net.minecraft.client.realms
Methods in net.minecraft.client.realms with parameters of type ServerAddressModifier and TypeMethodDescriptionvoid
RealmsConnection.connect
(RealmsServer server, ServerAddress address)