Uses of Record Class
net.minecraft.server.ServerLinks
Package
Description
-
Uses of ServerLinks in net.minecraft.client.gui.screens.multiplayer
-
Uses of ServerLinks in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptionprotected ServerLinks
ClientCommonPacketListenerImpl.serverLinks
private final ServerLinks
CommonListenerCookie.serverLinks
The field for theserverLinks
record component.Modifier and TypeMethodDescriptionClientPacketListener.serverLinks()
CommonListenerCookie.serverLinks()
Returns the value of theserverLinks
record component.ModifierConstructorDescriptionCommonListenerCookie
(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, Map<String, String> customReportDetails, ServerLinks serverLinks) 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, Map<String, String> customReportDetails, ServerLinks serverLinks, ConnectionType connectionType) Creates an instance of aCommonListenerCookie
record class. -
Uses of ServerLinks in net.minecraft.server
-
Uses of ServerLinks in net.minecraft.server.dedicated
Modifier and TypeMethodDescriptionprivate static ServerLinks
DedicatedServer.createServerLinks
(DedicatedServerSettings p_352317_) DedicatedServer.serverLinks()
CommonListenerCookie(GameProfile, WorldSessionTelemetryManager, RegistryAccess.Frozen, FeatureFlagSet, String, ServerData, Screen, Map, ChatComponent.State, boolean, Map, ServerLinks, net.neoforged.neoforge.network.connection.ConnectionType)
instead,to indicate whether the connection is modded.