net.minecraft.client.multiplayer

public record CommonListenerCookie

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

Field summary

Modifier and TypeField
private final LevelLoadTracker
a
levelLoadTracker
comp_4466
chunkLoadProgress
private final com.mojang.authlib.GameProfile
b
localGameProfile
comp_1611
localGameProfile
private final WorldSessionTelemetryManager
c
telemetryManager
comp_1612
worldSession
private final RegistryAccess$Frozen
d
receivedRegistries
comp_1613
receivedRegistries
private final FeatureFlagSet
e
enabledFeatures
comp_1614
enabledFeatures
private final String
f
serverBrand
comp_1615
serverBrand
private final ServerData
g
serverData
comp_1616
serverInfo
private final Screen
h
postDisconnectScreen
comp_1617
postDisconnectScreen
private final Map<Identifier, byte[]>
i
serverCookies
comp_2205
serverCookies
private final ChatComponent$State
j
chatState
comp_2553
chatState
private final Map<String, String>
k
customReportDetails
comp_2849
customReportDetails
private final ServerLinks
l
serverLinks
comp_2850
serverLinks
private final Map<UUID, PlayerInfo>
m
seenPlayers
comp_4611
seenPlayers
private final boolean
n
seenInsecureChatWarning
comp_4612
seenInsecureChatWarning

Constructor summary

ModifierConstructor
public (LevelLoadTracker chunkLoadProgress, com.mojang.authlib.GameProfile localGameProfile, WorldSessionTelemetryManager worldSession, RegistryAccess$Frozen receivedRegistries, FeatureFlagSet enabledFeatures, String serverBrand, ServerData serverInfo, Screen postDisconnectScreen, Map<Identifier, byte[]> serverCookies, ChatComponent$State chatState, Map<String, String> customReportDetails, ServerLinks serverLinks, Map<UUID, PlayerInfo> seenPlayers, boolean seenInsecureChatWarning)

Method summary

Modifier and TypeMethod
public LevelLoadTracker
a()
levelLoadTracker()
comp_4466()
chunkLoadProgress()
public com.mojang.authlib.GameProfile
b()
localGameProfile()
comp_1611()
localGameProfile()
public WorldSessionTelemetryManager
c()
telemetryManager()
comp_1612()
worldSession()
public RegistryAccess$Frozen
d()
receivedRegistries()
comp_1613()
receivedRegistries()
public FeatureFlagSet
e()
enabledFeatures()
comp_1614()
enabledFeatures()
public String
f()
serverBrand()
comp_1615()
serverBrand()
public ServerData
g()
serverData()
comp_1616()
serverInfo()
public Screen
h()
postDisconnectScreen()
comp_1617()
postDisconnectScreen()
public Map<Identifier, byte[]>
i()
serverCookies()
comp_2205()
serverCookies()
public ChatComponent$State
j()
chatState()
comp_2553()
chatState()
public Map<String, String>
k()
customReportDetails()
comp_2849()
customReportDetails()
public ServerLinks
l()
serverLinks()
comp_2850()
serverLinks()
public Map<UUID, PlayerInfo>
m()
seenPlayers()
comp_4611()
seenPlayers()
public boolean
n()
seenInsecureChatWarning()
comp_4612()
seenInsecureChatWarning()