public class UserListBans extends UserList<GameProfile,UserListBansEntry>
| Constructor and Description | 
|---|
UserListBans(java.io.File bansFile)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected UserListEntry<GameProfile> | 
createEntry(JsonObject entryData)  | 
GameProfile | 
getBannedProfile(java.lang.String username)  | 
java.lang.String[] | 
getKeys()  | 
protected java.lang.String | 
getObjectKey(GameProfile obj)  | 
boolean | 
isBanned(GameProfile profile)  | 
addEntry, getEntry, getSaveFile, getValues, hasEntry, isEmpty, isLanServer, readSavedFile, removeEntry, setLanServer, writeChangesprotected UserListEntry<GameProfile> createEntry(JsonObject entryData)
createEntry in class UserList<GameProfile,UserListBansEntry>public boolean isBanned(GameProfile profile)
public java.lang.String[] getKeys()
getKeys in class UserList<GameProfile,UserListBansEntry>protected java.lang.String getObjectKey(GameProfile obj)
getObjectKey in class UserList<GameProfile,UserListBansEntry>public GameProfile getBannedProfile(java.lang.String username)