Uses of Class
net.minecraft.client.multiplayer.resolver.ServerAddress
Packages that use ServerAddress
Package
Description
-
Uses of ServerAddress in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type ServerAddressModifier and TypeMethodDescriptionprivate voidConnectScreen.connect(Minecraft minecraft, ServerAddress hostAndPort, ServerData server, @Nullable TransferState transferState) static voidConnectScreen.startConnecting(Screen parent, Minecraft minecraft, ServerAddress hostAndPort, ServerData data, boolean isQuickPlay, @Nullable TransferState transferState) -
Uses of ServerAddress in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ServerAddressMethods in net.minecraft.client.multiplayer with parameters of type ServerAddressModifier and TypeMethodDescriptionprivate voidServerStatusPinger.pingLegacyServer(InetSocketAddress resolvedAddress, ServerAddress rawAddress, ServerData data, EventLoopGroupHolder eventLoopGroupHolder) Constructors in net.minecraft.client.multiplayer with parameters of type ServerAddressModifierConstructorDescriptionLegacyServerPinger(ServerAddress address, LegacyServerPinger.Output output) -
Uses of ServerAddress in net.minecraft.client.multiplayer.resolver
Fields in net.minecraft.client.multiplayer.resolver declared as ServerAddressMethods in net.minecraft.client.multiplayer.resolver that return ServerAddressModifier and TypeMethodDescriptionstatic ServerAddressServerAddress.parseString(@Nullable String input) Methods in net.minecraft.client.multiplayer.resolver that return types with arguments of type ServerAddressModifier and TypeMethodDescriptionServerRedirectHandler.lookupRedirect(ServerAddress originalAddress) Methods in net.minecraft.client.multiplayer.resolver with parameters of type ServerAddressModifier and TypeMethodDescriptionbooleanAddressCheck.isAllowed(ServerAddress address) ServerRedirectHandler.lookupRedirect(ServerAddress originalAddress) ServerAddressResolver.resolve(ServerAddress address) ServerNameResolver.resolveAddress(ServerAddress address) -
Uses of ServerAddress in net.minecraft.realms
Methods in net.minecraft.realms with parameters of type ServerAddressModifier and TypeMethodDescriptionvoidRealmsConnect.connect(RealmsServer server, ServerAddress hostAndPort)