Record Class ClientConnectionState

java.lang.Object
java.lang.Record
net.minecraft.client.network.ClientConnectionState
Record Components:
localGameProfile -
worldSession -
receivedRegistries -
enabledFeatures -
serverBrand -
serverInfo -
postDisconnectScreen -
serverCookies -
chatState -
strictErrorHandling -

@Environment(CLIENT) public record ClientConnectionState(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, boolean strictErrorHandling) extends Record
Mappings:
Namespace Name
named net/minecraft/client/network/ClientConnectionState
intermediary net/minecraft/class_8675
official fyb
named localGameProfile
intermediary comp_1611
official a
named worldSession
intermediary comp_1612
official b
named receivedRegistries
intermediary comp_1613
official c
named enabledFeatures
intermediary comp_1614
official d
named serverBrand
intermediary comp_1615
official e
named serverInfo
intermediary comp_1616
official f
named postDisconnectScreen
intermediary comp_1617
official g
named serverCookies
intermediary comp_2205
official h
named chatState
intermediary comp_2553
official i
named strictErrorHandling
intermediary comp_2663
official j