net.minecraft.server.players

public class ProfileResolver$Cached

implements ProfileResolver

bbe$a
net.minecraft.server.players.ProfileResolver$Cached
net.minecraft.class_11755$class_11579
net.minecraft.server.GameProfileResolver$CachedSessionProfileResolver
net.minecraft.src.C_411361_$C_411086_
net.minecraft.server.players.ProfileResolver$a

Field summary

Modifier and TypeField
private final com.google.common.cache.LoadingCache<String, Optional<com.mojang.authlib.GameProfile>>
a
profileCacheByName
field_61355
nameCache
f_412852_
final com.google.common.cache.LoadingCache<UUID, Optional<com.mojang.authlib.GameProfile>>
b
profileCacheById
field_61356
idCache
f_413139_

Constructor summary

ModifierConstructor
public (com.mojang.authlib.minecraft.MinecraftSessionService sessionService, UserNameToIdResolver cache)

Method summary

Modifier and TypeMethod
public Optional<com.mojang.authlib.GameProfile>
a(String arg0)
fetchByName(String arg0)
method_73289(String arg0)
getProfileByName(String arg0)
m_417179_(String arg0)
public Optional<com.mojang.authlib.GameProfile>
a(UUID arg0)
fetchById(UUID arg0)
method_73290(UUID arg0)
getProfileById(UUID arg0)
m_415462_(UUID arg0)