public class UserListWhitelist extends UserList<com.mojang.authlib.GameProfile,UserListWhitelistEntry>
UserList.Serializer| Constructor and Description |
|---|
UserListWhitelist(java.io.File p_i1132_1_) |
| Modifier and Type | Method and Description |
|---|---|
protected UserListEntry<com.mojang.authlib.GameProfile> |
createEntry(com.google.gson.JsonObject entryData) |
com.mojang.authlib.GameProfile |
func_152706_a(java.lang.String p_152706_1_) |
java.lang.String[] |
getKeys() |
protected java.lang.String |
getObjectKey(com.mojang.authlib.GameProfile obj)
Gets the key value for the given object
|
addEntry, getEntry, getValues, hasEntry, isLanServer, removeEntry, setLanServer, writeChangesprotected UserListEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject entryData)
createEntry in class UserList<com.mojang.authlib.GameProfile,UserListWhitelistEntry>public java.lang.String[] getKeys()
getKeys in class UserList<com.mojang.authlib.GameProfile,UserListWhitelistEntry>protected java.lang.String getObjectKey(com.mojang.authlib.GameProfile obj)
getObjectKey in class UserList<com.mojang.authlib.GameProfile,UserListWhitelistEntry>public com.mojang.authlib.GameProfile func_152706_a(java.lang.String p_152706_1_)