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_169265_, ServerAddress p_169266_) static void
ConnectScreen.startConnecting
(Screen p_169268_, Minecraft p_169269_, ServerAddress p_169270_, ServerData p_169271_) -
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_)