Uses of Class
net.minecraft.client.multiplayer.ServerData
Packages that use ServerData
Package
Description
-
Uses of ServerData in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto that return ServerData -
Uses of ServerData in net.minecraft.client
Methods in net.minecraft.client that return ServerData -
Uses of ServerData in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as ServerDataModifier and TypeFieldDescriptionprivate final ServerDataDirectJoinServerScreen.serverDataprivate final ServerDataEditServerScreen.serverDataMethods in net.minecraft.client.gui.screens with parameters of type ServerDataModifier and TypeMethodDescriptionprivate voidConnectScreen.connect(Minecraft p_251955_, ServerAddress p_249536_, ServerData p_252078_, TransferState p_320415_) static voidConnectScreen.startConnecting(Screen p_279473_, Minecraft p_279200_, ServerAddress p_279150_, ServerData p_279481_, boolean p_279117_, TransferState p_320013_) Constructors in net.minecraft.client.gui.screens with parameters of type ServerDataModifierConstructorDescriptionDirectJoinServerScreen(Screen p_95960_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_95961_, ServerData p_95962_) EditServerScreen(Screen p_96017_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_96018_, ServerData p_96019_) -
Uses of ServerData in net.minecraft.client.gui.screens.multiplayer
Fields in net.minecraft.client.gui.screens.multiplayer declared as ServerDataModifier and TypeFieldDescriptionprivate ServerDataJoinMultiplayerScreen.editingServerprivate final ServerDataServerSelectionList.OnlineServerEntry.serverDataMethods in net.minecraft.client.gui.screens.multiplayer that return ServerDataMethods in net.minecraft.client.gui.screens.multiplayer with parameters of type ServerDataConstructors in net.minecraft.client.gui.screens.multiplayer with parameters of type ServerDataModifierConstructorDescriptionprotectedOnlineServerEntry(JoinMultiplayerScreen p_99864_, ServerData p_99865_) -
Uses of ServerData in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ServerDataModifier and TypeFieldDescriptionprotected final ServerDataClientCommonPacketListenerImpl.serverDataprivate final ServerDataClientHandshakePacketListenerImpl.serverDataprivate final ServerDataCommonListenerCookie.serverDataThe field for theserverDatarecord component.Fields in net.minecraft.client.multiplayer with type parameters of type ServerDataModifier and TypeFieldDescriptionprivate final List<ServerData> ServerList.hiddenServerListprivate final List<ServerData> ServerList.serverListMethods in net.minecraft.client.multiplayer that return ServerDataModifier and TypeMethodDescriptionServerList.get(int p_105433_) ClientPacketListener.getServerData()static ServerDataServerData.read(CompoundTag p_105386_) CommonListenerCookie.serverData()Returns the value of theserverDatarecord component.Methods in net.minecraft.client.multiplayer with parameters of type ServerDataModifier and TypeMethodDescriptionvoidServerList.add(ServerData p_233843_, boolean p_233844_) voidServerData.copyFrom(ServerData p_105382_) voidServerData.copyNameIconFrom(ServerData p_233804_) (package private) voidServerStatusPinger.onPingFailed(Component p_171815_, ServerData p_171816_) (package private) voidServerStatusPinger.pingLegacyServer(InetSocketAddress p_171812_, ServerAddress p_295436_, ServerData p_171813_) voidServerStatusPinger.pingServer(ServerData p_105460_, Runnable p_105461_, Runnable p_316316_) voidServerList.remove(ServerData p_105441_) voidServerList.replace(int p_105438_, ServerData p_105439_) static voidServerList.saveSingleServer(ServerData p_105447_) private static booleanServerList.set(ServerData p_233840_, List<ServerData> p_233841_) Method parameters in net.minecraft.client.multiplayer with type arguments of type ServerDataModifier and TypeMethodDescriptionprivate static booleanServerList.set(ServerData p_233840_, List<ServerData> p_233841_) Constructors in net.minecraft.client.multiplayer with parameters of type ServerDataModifierConstructorDescriptionClientHandshakePacketListenerImpl(Connection p_261697_, Minecraft p_261835_, ServerData p_261938_, Screen p_261783_, boolean p_261562_, Duration p_261673_, Consumer<Component> p_261945_, TransferState p_320762_) CommonListenerCookie(com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverData, Screen postDisconnectScreen, Map<ResourceLocation, byte[]> serverCookies, ChatComponent.State chatState, boolean strictErrorHandling) Deprecated.CommonListenerCookie(com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverData, Screen postDisconnectScreen, Map<ResourceLocation, byte[]> serverCookies, ChatComponent.State chatState, boolean strictErrorHandling, ConnectionType connectionType) Creates an instance of aCommonListenerCookierecord class.
CommonListenerCookie(GameProfile, WorldSessionTelemetryManager, RegistryAccess.Frozen, FeatureFlagSet, String, ServerData, Screen, Map, ChatComponent.State, boolean, net.neoforged.neoforge.network.connection.ConnectionType)instead,to indicate whether the connection is modded.