net.minecraft.client.multiplayer

public record CommonListenerCookie

guf
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<ResourceLocation, 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

Constructor summary

ModifierConstructor
public (LevelLoadTracker arg0, com.mojang.authlib.GameProfile arg1, WorldSessionTelemetryManager arg2, RegistryAccess$Frozen arg3, FeatureFlagSet arg4, String arg5, ServerData arg6, Screen arg7, Map<ResourceLocation, byte[]> arg8, ChatComponent$State arg9, Map<String, String> arg10, ServerLinks arg11)

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<ResourceLocation, 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()