Record Class ClientConnectionState

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

@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) extends Record
Mappings:
Namespace Name
official fnw
intermediary net/minecraft/class_8675
named net/minecraft/client/network/ClientConnectionState
official a
intermediary comp_1611
named localGameProfile
official b
intermediary comp_1612
named worldSession
official c
intermediary comp_1613
named receivedRegistries
official d
intermediary comp_1614
named enabledFeatures
official e
intermediary comp_1615
named serverBrand
official f
intermediary comp_1616
named serverInfo
official g
intermediary comp_1617
named postDisconnectScreen