Uses of Class
net.minecraft.client.network.ServerAddress
Packages that use ServerAddress
Package
Description
The base package for all Minecraft classes.
-
Uses of ServerAddress in net.minecraft
Fields in net.minecraft declared as ServerAddressConstructors in net.minecraft with parameters of type ServerAddressModifierConstructorDescriptionclass_8676(ServerAddress serverAddress, class_8676.class_8677 class_8677) -
Uses of ServerAddress in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type ServerAddressModifier and TypeMethodDescriptionstatic voidConnectScreen.connect(Screen screen, MinecraftClient client, ServerAddress address, ServerInfo info, boolean quickPlay) private voidConnectScreen.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 TypeMethodDescriptionbooleanBlockListChecker.isAllowed(ServerAddress address) RedirectResolver.lookupRedirect(ServerAddress address) (package private) voidMultiplayerServerListPinger.ping(InetSocketAddress inetSocketAddress, ServerAddress serverAddress, ServerInfo serverInfo) 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 TypeMethodDescriptionvoidRealmsConnection.connect(RealmsServer server, ServerAddress address)