net.minecraft.client.network

public record CookieStorage

net.minecraft.client.multiplayer.TransferState
net.minecraft.class_9112
net.minecraft.client.network.CookieStorage

Field summary

Modifier and TypeField
private final Map<Identifier, byte[]>
cookies
comp_2206
cookies
private final Map<UUID, PlayerListEntry>
seenPlayers
comp_4613
seenPlayers
private final boolean
seenInsecureChatWarning
comp_4614
seenInsecureChatWarning

Constructor summary

ModifierConstructor
public (Map<Identifier, byte[]> cookies, Map<UUID, PlayerListEntry> seenPlayers, boolean seenInsecureChatWarning)

Method summary

Modifier and TypeMethod
public Map<Identifier, byte[]>
cookies()
comp_2206()
cookies()
public Map<UUID, PlayerListEntry>
seenPlayers()
comp_4613()
seenPlayers()
public boolean
seenInsecureChatWarning()
comp_4614()
seenInsecureChatWarning()