net.minecraft.server.players

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

auw
net.minecraft.server.players.StoredUserList
net.minecraft.class_3331
net.minecraft.server.ServerConfigList
net.minecraft.src.C_107_
net.minecraft.server.players.JsonList

Field summary

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

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
public File
b()
getFile()
method_14643()
getFile()
m_11385_()
public void
a(V arg0)
add(V arg0)
method_14633(V arg0)
add(V entry)
m_11381_(V arg0)
public V
b(K arg0)
get(K arg0)
method_14640(K arg0)
get(K key)
m_11388_(K arg0)
public void
c(K arg0)
remove(K arg0)
method_14635(K arg0)
remove(K key)
m_11393_(K arg0)
public void
b(auv<K> arg0)
remove(StoredUserEntry<K> arg0)
method_14638(class_3330<K> arg0)
remove(ServerConfigEntry<K> entry)
m_11386_(C_106_<K> arg0)
public String[]
a()
getUserList()
method_14636()
getNames()
m_5875_()
public boolean
c()
isEmpty()
method_14641()
isEmpty()
m_11390_()
protected String
a(K arg0)
getKeyForUser(K arg0)
method_14634(K arg0)
toString(K profile)
m_5981_(K arg0)
protected boolean
d(K arg0)
contains(K arg0)
method_14644(K arg0)
contains(K arg0)
m_11396_(K arg0)
private void
g()
removeExpired()
method_14631()
removeInvalidEntries()
m_11400_()
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)
m_6666_(com.google.gson.JsonObject arg0)
public Collection<V>
d()
getEntries()
method_14632()
values()
m_11395_()
public void
e()
save()
method_14629()
save()
m_11398_()
public void
f()
load()
method_14630()
load()
m_11399_()