net.minecraft.server

public class GameProfileCache

ns
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
c
field_8973
profilesByName
field_152661_c
private final Map
d
field_8974
profilesByUuid
field_152662_d
private final LinkedList
e
field_8975
saveQueue
field_152663_e
private final MinecraftServer
f
field_8976
server
field_152664_f
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
field_152666_h

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)
func_152650_a(MinecraftServer arg0, String arg1)
public void
a(GameProfile arg0)
method_8184(com.mojang.authlib.GameProfile arg0)
add(com.mojang.authlib.GameProfile profile)
func_152649_a(com.mojang.authlib.GameProfile arg0)
private void
a(GameProfile arg0, Date arg1)
method_8185(com.mojang.authlib.GameProfile arg0, Date arg1)
add(com.mojang.authlib.GameProfile profile, Date expirationDate)
func_152651_a(com.mojang.authlib.GameProfile arg0, Date arg1)
public GameProfile
a(String arg0)
method_8186(String arg0)
get(String name)
getGameProfileForUsername(String arg0)
public String[]
a()
method_8182()
getNames()
func_152654_a()
public GameProfile
a(UUID arg0)
method_8187(UUID arg0)
get(UUID uuid)
func_152652_a(UUID arg0)
private GameProfileCache__Entry
b(UUID arg0)
method_8190(UUID arg0)
getEntry(UUID uuid)
func_152653_b(UUID arg0)
public void
b()
method_8189()
load()
func_152657_b()
public void
c()
method_8191()
save()
func_152658_c()
private List
a(int arg0)
method_8183(int arg0)
getSaveQueue(int amount)
func_152656_a(int arg0)