public class UserListOps extends UserList<GameProfile,UserListOpsEntry>
Constructor and Description |
---|
UserListOps(java.io.File saveFile) |
Modifier and Type | Method and Description |
---|---|
protected UserListEntry<GameProfile> |
createEntry(JsonObject entryData) |
boolean |
func_183026_b(GameProfile p_183026_1_) |
GameProfile |
getGameProfileFromName(java.lang.String username)
Gets the GameProfile of based on the provided username.
|
java.lang.String[] |
getKeys() |
protected java.lang.String |
getObjectKey(GameProfile obj)
Gets the key value for the given object
|
addEntry, getEntry, getSaveFile, getValues, hasEntry, isEmpty, isLanServer, readSavedFile, removeEntry, setLanServer, writeChanges
protected UserListEntry<GameProfile> createEntry(JsonObject entryData)
createEntry
in class UserList<GameProfile,UserListOpsEntry>
public java.lang.String[] getKeys()
getKeys
in class UserList<GameProfile,UserListOpsEntry>
public boolean func_183026_b(GameProfile p_183026_1_)
protected java.lang.String getObjectKey(GameProfile obj)
getObjectKey
in class UserList<GameProfile,UserListOpsEntry>
public GameProfile getGameProfileFromName(java.lang.String username)