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 ServerData
DirectJoinServerScreen.serverData
private final ServerData
EditServerScreen.serverData
Methods in net.minecraft.client.gui.screens with parameters of type ServerDataModifier 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_) 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 ServerData
JoinMultiplayerScreen.editingServer
private final ServerData
ServerSelectionList.OnlineServerEntry.serverData
Methods 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 ServerDataModifierConstructorDescriptionprotected
OnlineServerEntry
(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 ServerData
ClientCommonPacketListenerImpl.serverData
private final ServerData
ClientHandshakePacketListenerImpl.serverData
private final ServerData
CommonListenerCookie.serverData
The field for theserverData
record component.Fields in net.minecraft.client.multiplayer with type parameters of type ServerDataModifier and TypeFieldDescriptionprivate final List<ServerData>
ServerList.hiddenServerList
private final List<ServerData>
ServerList.serverList
Methods in net.minecraft.client.multiplayer that return ServerDataModifier and TypeMethodDescriptionServerList.get
(int p_105433_) ClientPacketListener.getServerData()
static ServerData
ServerData.read
(CompoundTag p_105386_) CommonListenerCookie.serverData()
Returns the value of theserverData
record component.Methods in net.minecraft.client.multiplayer with parameters of type ServerDataModifier and TypeMethodDescriptionvoid
ServerList.add
(ServerData p_233843_, boolean p_233844_) void
ServerData.copyFrom
(ServerData p_105382_) void
ServerData.copyNameIconFrom
(ServerData p_233804_) (package private) void
ServerStatusPinger.onPingFailed
(Component p_171815_, ServerData p_171816_) (package private) void
ServerStatusPinger.pingLegacyServer
(InetSocketAddress p_171812_, ServerAddress p_300887_, ServerData p_171813_) void
ServerStatusPinger.pingServer
(ServerData p_105460_, Runnable p_105461_) void
ServerList.remove
(ServerData p_105441_) void
ServerList.replace
(int p_105438_, ServerData p_105439_) static void
ServerList.saveSingleServer
(ServerData p_105447_) private static boolean
ServerList.set
(ServerData p_233840_, List<ServerData> p_233841_) Method parameters in net.minecraft.client.multiplayer with type arguments of type ServerDataModifier and TypeMethodDescriptionprivate static boolean
ServerList.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_) CommonListenerCookie
(com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager telemetryManager, RegistryAccess.Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverData, Screen postDisconnectScreen) Creates an instance of aCommonListenerCookie
record class. -
Uses of ServerData in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type ServerDataModifier and TypeMethodDescriptionstatic void
ForgeHooksClient.drawForgePingInfo
(JoinMultiplayerScreen gui, ServerData target, GuiGraphics guiGraphics, int x, int y, int width, int relativeMouseX, int relativeMouseY) static void
ForgeHooksClient.processForgeListPingData
(ServerStatus packet, ServerData target)