net.minecraft.server

public class GameProfileCache

lt
net.minecraft.class_2116
net.minecraft.server.GameProfileCache
net.minecraft.server.management.PlayerProfileCache

Field summary

Modifier and TypeField
public static final SimpleDateFormat
a
field_8971
DATE_FORMAT
dateFormat
private final Map<String, GameProfileCache$Entry>
c
field_8973
profilesByName
usernameToProfileEntryMap
private final Map<UUID, GameProfileCache$Entry>
d
field_8974
profilesByUuid
uuidToProfileEntryMap
private final LinkedList<GameProfile>
e
field_8975
saveQueue
gameProfiles
private final MinecraftServer
f
field_8976
server
mcServer
protected final com.google.gson.Gson
b
field_8972
gson
gson
private final File
g
field_8977
file
usercacheFile
private static final ParameterizedType
h
field_8978
ENTRY_TYPE
TYPE

Constructor summary

ModifierConstructor
public (MinecraftServer server, File file)

Method summary

Modifier and TypeMethod
private static GameProfile
a(MinecraftServer arg0, String arg1)
method_8188(MinecraftServer arg0, String arg1)
find(MinecraftServer server, String name)
getGameProfile(MinecraftServer server, String username)
public void
a(GameProfile arg0)
method_8184(com.mojang.authlib.GameProfile arg0)
add(com.mojang.authlib.GameProfile profile)
addEntry(com.mojang.authlib.GameProfile gameProfile)
private void
a(GameProfile arg0, Date arg1)
method_8185(com.mojang.authlib.GameProfile arg0, Date arg1)
add(com.mojang.authlib.GameProfile profile, Date expirationDate)
addEntry(com.mojang.authlib.GameProfile gameProfile, Date expirationDate)
public GameProfile
a(String arg0)
method_8186(String arg0)
get(String name)
getGameProfileForUsername(String username)
public String[]
a()
method_8182()
getNames()
getUsernames()
public GameProfile
a(UUID arg0)
method_8187(UUID arg0)
get(UUID uuid)
getProfileByUUID(UUID uuid)
private GameProfileCache$Entry
b(UUID arg0)
method_8190(UUID arg0)
getEntry(UUID uuid)
getByUUID(UUID uuid)
public void
b()
method_8189()
load()
load()
public void
c()
method_8191()
save()
save()
private List<GameProfileCache$Entry>
a(int arg0)
method_8183(int arg0)
getSaveQueue(int amount)
getEntriesWithLimit(int limitSize)