UserList.Serializer
Constructor and Description |
---|
OpList(java.io.File saveFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
bypassesPlayerLimit(com.mojang.authlib.GameProfile profile) |
protected UserListEntry<com.mojang.authlib.GameProfile> |
createEntry(com.google.gson.JsonObject entryData) |
java.lang.String[] |
getKeys() |
protected java.lang.String |
getObjectKey(com.mojang.authlib.GameProfile obj) |
addEntry, getEntries, getEntry, getSaveFile, hasEntry, isEmpty, isLanServer, readSavedFile, removeEntry, removeEntry, setLanServer, writeChanges
protected UserListEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject entryData)
createEntry
in class UserList<com.mojang.authlib.GameProfile,OpEntry>
public java.lang.String[] getKeys()
public boolean bypassesPlayerLimit(com.mojang.authlib.GameProfile profile)
protected java.lang.String getObjectKey(com.mojang.authlib.GameProfile obj)
getObjectKey
in class UserList<com.mojang.authlib.GameProfile,OpEntry>