net.minecraft.server.players

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

avi
net.minecraft.server.players.StoredUserList
net.minecraft.class_3331
net.minecraft.unmapped.C_ontrhiil
net.minecraft.server.ServerConfigList
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
f_qbeevtor
LOGGER
LOGGER
f_11374_
private static final com.google.gson.Gson
b
GSON
field_14374
f_bmjbozbe
GSON
GSON
f_11375_
private final File
c
file
field_14370
f_rjldhaka
file
file
f_11376_
private final Map<String, V>
d
map
field_14371
f_usxuvfnz
map
map
f_11377_

Constructor summary

ModifierConstructor
public (File file)

Method summary

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