net.minecraft.client.multiplayer

public record CommonListenerCookie

got
net.minecraft.client.multiplayer.CommonListenerCookie
net.minecraft.class_8675

Field summary

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

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()
public WorldSessionTelemetryManager
b()
telemetryManager()
comp_1612()
public RegistryAccess$Frozen
c()
receivedRegistries()
comp_1613()
public FeatureFlagSet
d()
enabledFeatures()
comp_1614()
public String
e()
serverBrand()
comp_1615()
public ServerData
f()
serverData()
comp_1616()
public Screen
g()
postDisconnectScreen()
comp_1617()
public Map<ResourceLocation, byte[]>
h()
serverCookies()
comp_2205()
public ChatComponent$State
i()
chatState()
comp_2553()
public Map<String, String>
j()
customReportDetails()
comp_2849()
public ServerLinks
k()
serverLinks()
comp_2850()