net.minecraft.server

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

xu
net.minecraft.class_3331
net.minecraft.server.StoredUserList
net.minecraft.server.management.UserList
net.minecraft.server.management.UserList

Field summary

Modifier and TypeField
protected static final org.apache.logging.log4j.Logger
a
field_14373
LOGGER
field_152693_a
field_152693_a
protected final com.google.gson.Gson
b
field_14374
gson
field_152694_b
field_152694_b
private final File
c
field_14370
file
field_152695_c
field_152695_c
private final Map<String, V>
d
field_14371
users
field_152696_d
field_152696_d
private boolean
e
field_14372
enabled
field_152697_e
field_152697_e
private static final ParameterizedType
f
field_14369
ENTRY_TYPE
field_152698_f
field_152698_f

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
public boolean
b()
method_14639()
isEnabled()
func_152689_b()
isLanServer()
public void
a(boolean arg0)
method_14637(boolean arg0)
setEnabled(boolean enabled)
func_152686_a(boolean arg0)
setLanServer(boolean state)
public File
c()
method_14643()
getFile()
func_152691_c()
getSaveFile()
public void
a(V arg0)
method_14633(V arg0)
add(V entry)
func_152687_a(V arg0)
addEntry(V entry)
public V
b(K arg0)
method_14640(K arg0)
get(K user)
func_152683_b(K arg0)
getEntry(K obj)
public void
c(K arg0)
method_14635(K arg0)
remove(K user)
func_152684_c(K arg0)
removeEntry(K entry)
public void
b(xt<K> arg0)
method_14638(class_3330<K> arg0)
remove(StoredUserEntry<K> entry)
func_199042_b(UserListEntry<K> arg0)
removeEntry(UserListEntry<K> arg0)
public String[]
a()
method_14636()
getNames()
func_152685_a()
getKeys()
public boolean
d()
method_14641()
isEmpty()
func_152690_d()
isEmpty()
protected String
a(K arg0)
method_14634(K arg0)
getKey(K user)
func_152681_a(K arg0)
getObjectKey(K obj)
protected boolean
d(K arg0)
method_14644(K arg0)
contains(K user)
func_152692_d(K arg0)
hasEntry(K entry)
private void
h()
method_14631()
removeExpiredEntries()
func_152680_h()
removeExpired()
protected StoredUserEntry<K>
a(com.google.gson.JsonObject arg0)
method_14642(com.google.gson.JsonObject arg0)
deserialize(com.google.gson.JsonObject json)
func_152682_a(com.google.gson.JsonObject arg0)
createEntry(com.google.gson.JsonObject entryData)
public Collection<V>
e()
method_14632()
getUsers()
func_199043_f()
getEntries()
public void
f()
method_14629()
save()
func_152678_f()
writeChanges()
public void
g()
method_14630()
load()
func_152679_g()
readSavedFile()