net.minecraft.client.network

public record ClientConnectionState

net.minecraft.client.multiplayer.CommonListenerCookie
net.minecraft.class_8675
net.minecraft.client.network.ClientConnectionState

Field summary

Modifier and TypeField
private final ClientChunkLoadProgress
levelLoadTracker
comp_4466
chunkLoadProgress
private final com.mojang.authlib.GameProfile
localGameProfile
comp_1611
localGameProfile
private final WorldSession
telemetryManager
comp_1612
worldSession
private final DynamicRegistryManager$Immutable
receivedRegistries
comp_1613
receivedRegistries
private final FeatureSet
enabledFeatures
comp_1614
enabledFeatures
private final String
serverBrand
comp_1615
serverBrand
private final ServerInfo
serverData
comp_1616
serverInfo
private final Screen
postDisconnectScreen
comp_1617
postDisconnectScreen
private final Map<Identifier, byte[]>
serverCookies
comp_2205
serverCookies
private final ChatHud$ChatState
chatState
comp_2553
chatState
private final Map<String, String>
customReportDetails
comp_2849
customReportDetails
private final ServerLinks
serverLinks
comp_2850
serverLinks
private final Map<UUID, PlayerListEntry>
seenPlayers
comp_4611
seenPlayers
private final boolean
seenInsecureChatWarning
comp_4612
seenInsecureChatWarning

Constructor summary

ModifierConstructor
public (ClientChunkLoadProgress chunkLoadProgress, com.mojang.authlib.GameProfile localGameProfile, WorldSession worldSession, DynamicRegistryManager$Immutable receivedRegistries, FeatureSet enabledFeatures, String serverBrand, ServerInfo serverInfo, Screen postDisconnectScreen, Map<Identifier, byte[]> serverCookies, ChatHud$ChatState chatState, Map<String, String> customReportDetails, ServerLinks serverLinks, Map<UUID, PlayerListEntry> seenPlayers, boolean seenInsecureChatWarning)

Method summary

Modifier and TypeMethod
public ClientChunkLoadProgress
levelLoadTracker()
comp_4466()
chunkLoadProgress()
public com.mojang.authlib.GameProfile
localGameProfile()
comp_1611()
localGameProfile()
public WorldSession
telemetryManager()
comp_1612()
worldSession()
public DynamicRegistryManager$Immutable
receivedRegistries()
comp_1613()
receivedRegistries()
public FeatureSet
enabledFeatures()
comp_1614()
enabledFeatures()
public String
serverBrand()
comp_1615()
serverBrand()
public ServerInfo
serverData()
comp_1616()
serverInfo()
public Screen
postDisconnectScreen()
comp_1617()
postDisconnectScreen()
public Map<Identifier, byte[]>
serverCookies()
comp_2205()
serverCookies()
public ChatHud$ChatState
chatState()
comp_2553()
chatState()
public Map<String, String>
customReportDetails()
comp_2849()
customReportDetails()
public ServerLinks
serverLinks()
comp_2850()
serverLinks()
public Map<UUID, PlayerListEntry>
seenPlayers()
comp_4611()
seenPlayers()
public boolean
seenInsecureChatWarning()
comp_4612()
seenInsecureChatWarning()