Record Class ClientConnectionState

java.lang.Object
java.lang.Record
net.minecraft.client.network.ClientConnectionState
Record Components:
chunkLoadProgress -
localGameProfile -
worldSession -
receivedRegistries -
enabledFeatures -
serverBrand -
serverInfo -
postDisconnectScreen -
serverCookies -
chatState -
customReportDetails -
serverLinks -
seenPlayers -
seenInsecureChatWarning -

@Environment(CLIENT) public record ClientConnectionState(ClientChunkLoadProgress chunkLoadProgress, com.mojang.authlib.GameProfile localGameProfile, WorldSession worldSession, DynamicRegistryManager.Immutable receivedRegistries, FeatureSet enabledFeatures, @Nullable String serverBrand, @Nullable ServerInfo serverInfo, @Nullable Screen postDisconnectScreen, Map<Identifier,byte[]> serverCookies, ChatHud.ChatState chatState, Map<String,String> customReportDetails, ServerLinks serverLinks, Map<UUID,PlayerListEntry> seenPlayers, boolean seenInsecureChatWarning) extends Record
Mappings:
Namespace Name
named net/minecraft/client/network/ClientConnectionState
intermediary net/minecraft/class_8675
official gzs
named chunkLoadProgress
intermediary comp_4466
official a
named localGameProfile
intermediary comp_1611
official b
named worldSession
intermediary comp_1612
official c
named receivedRegistries
intermediary comp_1613
official d
named enabledFeatures
intermediary comp_1614
official e
named serverBrand
intermediary comp_1615
official f
named serverInfo
intermediary comp_1616
official g
named postDisconnectScreen
intermediary comp_1617
official h
named serverCookies
intermediary comp_2205
official i
named chatState
intermediary comp_2553
official j
named customReportDetails
intermediary comp_2849
official k
named serverLinks
intermediary comp_2850
official l
named seenPlayers
intermediary comp_4611
official m
named seenInsecureChatWarning
intermediary comp_4612
official n