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 void
ConnectScreen.connect
(Minecraft p_251955_, ServerAddress p_249536_, ServerData p_252078_) static void
ConnectScreen.startConnecting
(Screen p_279473_, Minecraft p_279200_, ServerAddress p_279150_, ServerData p_279481_, boolean p_279117_) -
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 TypeMethodDescription(package private) void
ServerStatusPinger.pingLegacyServer
(InetSocketAddress p_171812_, ServerAddress p_300887_, ServerData p_171813_) Constructors in net.minecraft.client.multiplayer with parameters of type ServerAddressModifierConstructorDescriptionLegacyServerPinger
(ServerAddress p_300035_, LegacyServerPinger.Output p_299531_) -
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 ServerAddress
ServerAddress.parseString
(String p_171865_) Methods in net.minecraft.client.multiplayer.resolver that return types with arguments of type ServerAddressMethods in net.minecraft.client.multiplayer.resolver with parameters of type ServerAddressModifier and TypeMethodDescriptionboolean
AddressCheck.isAllowed
(ServerAddress p_171830_) ServerRedirectHandler.lookupRedirect
(ServerAddress p_171902_) ServerAddressResolver.resolve
(ServerAddress p_171880_) ServerNameResolver.resolveAddress
(ServerAddress p_171891_) -
Uses of ServerAddress in net.minecraft.realms
Methods in net.minecraft.realms with parameters of type ServerAddressModifier and TypeMethodDescriptionvoid
RealmsConnect.connect
(RealmsServer p_175032_, ServerAddress p_175033_)