net.minecraft.client.multiplayer

public record CommonListenerCookie

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

Field summary

Modifier and TypeField
private final com.mojang.authlib.GameProfile
a
localGameProfile
comp_1611
localGameProfile
private final WorldSessionTelemetryManager
b
telemetryManager
comp_1612
worldSession
private final RegistryAccess$Frozen
c
receivedRegistries
comp_1613
receivedRegistries
private final FeatureFlagSet
d
enabledFeatures
comp_1614
enabledFeatures
private final String
e
serverBrand
comp_1615
serverBrand
private final ServerData
f
serverData
comp_1616
serverInfo
private final Screen
g
postDisconnectScreen
comp_1617
postDisconnectScreen
private final Map<ResourceLocation, byte[]>
h
serverCookies
comp_2205
serverCookies
private final ChatComponent$State
i
chatState
comp_2553
chatState
private final Map<String, String>
j
customReportDetails
comp_2849
customReportDetails
private final ServerLinks
k
serverLinks
comp_2850
serverLinks

Constructor summary

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

Method summary

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