Uses of Class
net.minecraft.client.network.ServerAddress
Packages that use ServerAddress
Package
Description
-
Uses of ServerAddress in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type ServerAddressModifier and TypeMethodDescriptionstatic void
ConnectScreen.connect
(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info) 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 ServerAddressMethods 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) AddressResolver.resolve
(ServerAddress address) AllowedAddressResolver.resolve
(ServerAddress address) -
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)