net.minecraft.server

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

pp
net.minecraft.class_2134
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_9014
LOGGER
field_152693_a
LOGGER
protected final com.google.gson.Gson
b
field_9015
gson
field_152694_b
gson
private final File
c
field_9016
file
field_152695_c
saveFile
private final Map<String, V>
d
field_9017
users
field_152696_d
values
private boolean
e
field_9018
enabled
field_152697_e
lanServer
private static final ParameterizedType
f
field_9019
ENTRY_TYPE
field_152698_f
USER_LIST_ENTRY_TYPE

Constructor summary

ModifierConstructor
public (File file)

Method summary

Modifier and TypeMethod
public boolean
b()
method_8249()
isEnabled()
func_152689_b()
isLanServer()
public void
a(boolean arg0)
method_8248(boolean arg0)
setEnabled(boolean enabled)
func_152686_a(boolean arg0)
setLanServer(boolean state)
public File
c()
method_8251()
getFile()
func_152691_c()
getSaveFile()
public void
a(V arg0)
method_8247(V arg0)
add(V entry)
func_152687_a(V arg0)
addEntry(V entry)
public V
b(K arg0)
method_8250(K arg0)
get(K user)
func_152683_b(K arg0)
getEntry(K obj)
public void
c(K arg0)
method_8252(K arg0)
remove(K user)
func_152684_c(K arg0)
removeEntry(K entry)
public String[]
a()
method_8244()
getNames()
func_152685_a()
getKeys()
public boolean
d()
method_8253()
isEmpty()
func_152690_d()
isEmpty()
protected String
a(K arg0)
method_8246(K arg0)
getKey(K user)
func_152681_a(K arg0)
getObjectKey(K obj)
protected boolean
d(K arg0)
method_8254(K arg0)
contains(K user)
func_152692_d(K arg0)
hasEntry(K entry)
private void
h()
method_8258()
removeExpiredEntries()
func_152680_h()
removeExpired()
protected StoredUserEntry<K>
a(com.google.gson.JsonObject arg0)
method_8245(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)
protected Map<String, V>
e()
method_8255()
getEntries()
func_152688_e()
getValues()
public void
f()
method_8256()
save()
func_152678_f()
writeChanges()
public void
g()
method_8257()
load()
func_152679_g()
readSavedFile()