net.minecraft.server.players

public abstract class StoredUserList<K, V extends StoredUserEntry<K>>

awn
net.minecraft.server.players.StoredUserList
net.minecraft.class_3331
net.minecraft.server.ServerConfigList
net.minecraft.server.players.JsonList

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_14373
LOGGER
private static final com.google.gson.Gson
b
GSON
field_14374
GSON
private final File
c
file
field_14370
file
private final Map<String, V>
d
map
field_14371
map

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
public File
b()
getFile()
method_14643()
getFile()
public void
a(V arg0)
add(V arg0)
method_14633(V arg0)
add(V entry)
public V
b(K arg0)
get(K arg0)
method_14640(K arg0)
get(K key)
public void
c(K arg0)
remove(K arg0)
method_14635(K arg0)
remove(K key)
public void
b(awm<K> arg0)
remove(StoredUserEntry<K> arg0)
method_14638(class_3330<K> arg0)
remove(ServerConfigEntry<K> entry)
public String[]
a()
getUserList()
method_14636()
getNames()
public boolean
c()
isEmpty()
method_14641()
isEmpty()
protected String
a(K arg0)
getKeyForUser(K arg0)
method_14634(K arg0)
toString(K profile)
protected boolean
d(K arg0)
contains(K arg0)
method_14644(K arg0)
contains(K arg0)
private void
g()
removeExpired()
method_14631()
removeInvalidEntries()
protected abstract StoredUserEntry<K>
a(com.google.gson.JsonObject arg0)
createEntry(com.google.gson.JsonObject arg0)
method_14642(com.google.gson.JsonObject arg0)
fromJson(com.google.gson.JsonObject json)
public Collection<V>
d()
getEntries()
method_14632()
values()
public void
e()
save()
method_14629()
save()
public void
f()
load()
method_14630()
load()