net.minecraft.util

public class UserCache

acq
net.minecraft.server.players.GameProfileCache
net.minecraft.class_3312
net.minecraft.util.UserCache
net.minecraft.unmapped.C_jyqwslie
net.minecraft.server.management.PlayerProfileCache
net.minecraft.server.management.PlayerProfileCache

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_25805
field_25805
f_esihftsh
field_242114_a
field_242114_a
private static boolean
b
usesAuthentication
field_14313
useRemote
f_okmyqllf
field_187322_c
onlineMode
private final Map<String, UserCache$Entry>
c
profilesByName
field_14312
byName
f_efnhwmdc
field_152661_c
usernameToProfileEntryMap
private final Map<UUID, UserCache$Entry>
d
profilesByUUID
field_14310
byUuid
f_bdvyqlxf
field_152662_d
uuidToProfileEntryMap
private final GameProfileRepository
e
profileRepository
field_14315
profileRepository
f_hwskcdke
field_187323_g
profileRepo
private final com.google.gson.Gson
f
gson
field_14318
gson
f_hwcqxwlt
field_152660_b
gson
private final File
g
file
field_14314
cacheFile
f_vaekkarg
field_152665_g
usercacheFile
private final AtomicLong
h
operationCount
field_25724
field_25724
f_sviioeuv
field_242115_h
field_242115_h

Constructor summary

ModifierConstructor
public (GameProfileRepository profileRepository, File cacheFile)

Method summary

Modifier and TypeMethod
private void
a(acq$a arg0)
safeAdd(GameProfileCache$GameProfileInfo arg0)
method_30164(class_3312$class_3313 arg0)
method_30164(UserCache$Entry arg0)
m_fvtljgha(C_jyqwslie$C_qruesmfp arg0)
func_242118_a(PlayerProfileCache$ProfileEntry arg0)
func_242118_a(PlayerProfileCache$ProfileEntry arg0)
private static GameProfile
a(GameProfileRepository arg0, String arg1)
lookupGameProfile(com.mojang.authlib.GameProfileRepository arg0, String arg1)
method_14509(com.mojang.authlib.GameProfileRepository arg0, String arg1)
findProfileByName(com.mojang.authlib.GameProfileRepository repository, String name)
m_qcgfhvzw(com.mojang.authlib.GameProfileRepository arg0, String arg1)
func_187319_a(com.mojang.authlib.GameProfileRepository arg0, String arg1)
lookupProfile(com.mojang.authlib.GameProfileRepository profileRepoIn, String name)
public static void
a(boolean arg0)
setUsesAuthentication(boolean arg0)
method_14510(boolean arg0)
setUseRemote(boolean value)
m_vlbvwslq(boolean arg0)
func_187320_a(boolean arg0)
setOnlineMode(boolean onlineModeIn)
private static boolean
c()
usesAuthentication()
method_14514()
shouldUseRemote()
m_mhkvcozj()
func_187321_d()
isOnlineMode()
public void
a(GameProfile arg0)
add(com.mojang.authlib.GameProfile arg0)
method_14508(com.mojang.authlib.GameProfile arg0)
add(com.mojang.authlib.GameProfile arg0)
m_soafsxnh(com.mojang.authlib.GameProfile arg0)
func_152649_a(com.mojang.authlib.GameProfile arg0)
addEntry(com.mojang.authlib.GameProfile gameProfile)
private long
d()
getNextOperation()
method_30169()
method_30169()
m_ecsofuym()
func_242123_d()
func_242123_d()
public GameProfile
a(String arg0)
get(String arg0)
method_14515(String arg0)
findByName(String arg0)
m_snfqtoyp(String arg0)
func_152655_a(String arg0)
getGameProfileForUsername(String username)
public GameProfile
a(UUID arg0)
get(UUID arg0)
method_14512(UUID arg0)
getByUuid(UUID arg0)
m_ivqcdzzb(UUID arg0)
func_152652_a(UUID arg0)
getProfileByUUID(UUID uuid)
private static DateFormat
e()
createDateFormat()
method_30170()
method_30170()
m_akxutvud()
func_242124_e()
func_242124_e()
public List<UserCache$Entry>
a()
load()
method_14517()
load()
m_uonvyifw()
func_242116_a()
func_242116_a()
public void
b()
save()
method_14518()
save()
m_bclynljx()
func_152658_c()
save()
private Stream<UserCache$Entry>
a(int arg0)
getTopMRUProfiles(int arg0)
method_14516(int arg0)
getLastAccessedEntries(int arg0)
m_vfuqvfir(int arg0)
func_242117_a(int arg0)
func_242117_a(int arg0)
private static com.google.gson.JsonElement
a(acq$a arg0, DateFormat arg1)
writeGameProfile(GameProfileCache$GameProfileInfo arg0, DateFormat arg1)
method_30165(class_3312$class_3313 arg0, DateFormat arg1)
method_30165(UserCache$Entry arg0, DateFormat arg1)
m_xyjytdmc(C_jyqwslie$C_qruesmfp arg0, DateFormat arg1)
func_242119_a(PlayerProfileCache$ProfileEntry arg0, DateFormat arg1)
func_242119_a(PlayerProfileCache$ProfileEntry arg0, DateFormat arg1)
private static UserCache$Entry
a(com.google.gson.JsonElement arg0, DateFormat arg1)
readGameProfile(com.google.gson.JsonElement arg0, DateFormat arg1)
method_30167(com.google.gson.JsonElement arg0, DateFormat arg1)
method_30167(com.google.gson.JsonElement arg0, DateFormat arg1)
m_nztdenmk(com.google.gson.JsonElement arg0, DateFormat arg1)
func_242121_a(com.google.gson.JsonElement arg0, DateFormat arg1)
func_242121_a(com.google.gson.JsonElement arg0, DateFormat arg1)