net.minecraft.server

public class ServerConfigList<K, V extends ServerConfigEntry<K>>

zs
net.minecraft.server.players.StoredUserList
net.minecraft.class_3331
net.minecraft.server.ServerConfigList
net.minecraft.unmapped.C_ontrhiil
net.minecraft.server.management.UserList
net.minecraft.server.management.UserList

Field summary

Modifier and TypeField
protected static final org.apache.logging.log4j.Logger
a
LOGGER
field_14373
LOGGER
f_qbeevtor
field_152693_a
LOGGER
protected final com.google.gson.Gson
b
gson
field_14374
GSON
f_xrinpdtt
field_152694_b
gson
private final File
c
file
field_14370
file
f_rjldhaka
field_152695_c
saveFile
private final Map<String, V>
d
map
field_14371
map
f_usxuvfnz
field_152696_d
values
private boolean
e
enabled
field_14372
enabled
f_amlorfsi
field_152697_e
lanServer
private static final ParameterizedType
f
USERLIST_ENTRY_TYPE
field_14369
f_tfoehoxd
field_152698_f
USER_LIST_ENTRY_TYPE

Constructor summary

ModifierConstructor
public (File arg0)

Method summary

Modifier and TypeMethod
public boolean
b()
isEnabled()
method_14639()
isEnabled()
m_nbcxmijx()
func_152689_b()
isLanServer()
public void
a(boolean arg0)
setEnabled(boolean arg0)
method_14637(boolean arg0)
setEnabled(boolean enabled)
m_jdktrywb(boolean arg0)
func_152686_a(boolean arg0)
setLanServer(boolean state)
public File
c()
getFile()
method_14643()
getFile()
m_yxdpvkfu()
func_152691_c()
getSaveFile()
public void
a(V arg0)
add(V arg0)
method_14633(V arg0)
add(V arg0)
m_tsicnchw(V arg0)
func_152687_a(V arg0)
addEntry(V entry)
public V
b(K arg0)
get(K arg0)
method_14640(K arg0)
get(K arg0)
m_gkfwygpc(K arg0)
func_152683_b(K arg0)
getEntry(K obj)
public void
c(K arg0)
remove(K arg0)
method_14635(K arg0)
remove(K arg0)
m_ikrtiqik(K arg0)
func_152684_c(K arg0)
removeEntry(K entry)
public void
b(zr<K> arg0)
remove(StoredUserEntry<K> arg0)
method_14638(class_3330<K> arg0)
removeEntry(ServerConfigEntry<K> arg0)
m_ceolyphy(C_tvaqzxyk<K> arg0)
func_199042_b(UserListEntry<K> arg0)
removeEntry(UserListEntry<K> arg0)
public String[]
a()
getUserList()
method_14636()
getNames()
m_glfivhhx()
func_152685_a()
getKeys()
public boolean
d()
isEmpty()
method_14641()
isEmpty()
m_hemajilv()
func_152690_d()
isEmpty()
protected String
a(K arg0)
getKeyForUser(K arg0)
method_14634(K arg0)
toString(K profile)
m_yepvefdd(K arg0)
func_152681_a(K arg0)
getObjectKey(K obj)
protected boolean
d(K arg0)
contains(K arg0)
method_14644(K arg0)
contains(K arg0)
m_coxkvypn(K arg0)
func_152692_d(K arg0)
hasEntry(K entry)
private void
h()
removeExpired()
method_14631()
removeInvalidEntries()
m_hhjratxy()
func_152680_h()
removeExpired()
protected ServerConfigEntry<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 arg0)
m_ixwvztzw(com.google.gson.JsonObject arg0)
func_152682_a(com.google.gson.JsonObject arg0)
createEntry(com.google.gson.JsonObject entryData)
public Collection<V>
e()
getEntries()
method_14632()
values()
m_qfbslmgq()
func_199043_f()
getEntries()
public void
f()
save()
method_14629()
save()
m_thsocvxg()
func_152678_f()
writeChanges()
public void
g()
load()
method_14630()
load()
m_gsobrrnk()
func_152679_g()
readSavedFile()