net.minecraft.server.players

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

bbj
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
b
LOGGER
field_14373
LOGGER
f_11374_
private static final com.google.gson.Gson
c
GSON
field_14374
GSON
f_11375_
private final File
d
file
field_14370
file
f_11376_
private final Map<String, V>
e
map
field_14371
map
f_11377_
protected final NotificationService
a
notificationService
field_62420
field_62420
f_414038_

Constructor summary

ModifierConstructor
public (File file, NotificationService arg1)

Method summary

Modifier and TypeMethod
public File
c()
getFile()
method_14643()
getFile()
m_11385_()
public boolean
a(V arg0)
add(V arg0)
method_14633(V arg0)
add(V arg0)
m_11381_(V arg0)
public V
c(K arg0)
get(K arg0)
method_14640(K arg0)
get(K key)
m_11388_(K arg0)
public boolean
a(K arg0)
remove(K arg0)
method_14635(K arg0)
remove(K key)
m_11393_(K arg0)
public boolean
b(bbi<K> arg0)
remove(StoredUserEntry<K> arg0)
method_14638(class_3330<K> arg0)
remove(ServerConfigEntry<K> entry)
m_11386_(C_106_<K> arg0)
public void
a()
clear()
method_73998()
clear()
m_416764_()
public String[]
b()
getUserList()
method_14636()
getNames()
m_5875_()
public boolean
d()
isEmpty()
method_14641()
isEmpty()
m_11390_()
protected String
b(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
h()
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>
e()
getEntries()
method_14632()
values()
m_11395_()
public void
f()
save()
method_14629()
save()
m_11398_()
public void
g()
load()
method_14630()
load()
m_11399_()