public class WhiteList extends UserList<com.mojang.authlib.GameProfile,WhitelistEntry>
コンストラクタと説明 |
---|
WhiteList(java.io.File p_i1132_1_) |
修飾子とタイプ | メソッドと説明 |
---|---|
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)
Gets the key value for the given object
|
boolean |
isWhitelisted(com.mojang.authlib.GameProfile profile)
Returns true if the profile is in the whitelist.
|
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
クラス内 UserList<com.mojang.authlib.GameProfile,WhitelistEntry>
public boolean isWhitelisted(com.mojang.authlib.GameProfile profile)
public java.lang.String[] getKeys()
getKeys
クラス内 UserList<com.mojang.authlib.GameProfile,WhitelistEntry>
protected java.lang.String getObjectKey(com.mojang.authlib.GameProfile obj)
getObjectKey
クラス内 UserList<com.mojang.authlib.GameProfile,WhitelistEntry>