Package net.minecraft.server.players
Class UserWhiteList
java.lang.Object
net.minecraft.server.players.StoredUserList<com.mojang.authlib.GameProfile,UserWhiteListEntry>
 
net.minecraft.server.players.UserWhiteList
public class UserWhiteList
extends StoredUserList<com.mojang.authlib.GameProfile,UserWhiteListEntry> 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StoredUserEntry<com.mojang.authlib.GameProfile>createEntry(com.google.gson.JsonObject p_11452_) protected StringgetKeyForUser(com.mojang.authlib.GameProfile p_11458_) String[]booleanisWhiteListed(com.mojang.authlib.GameProfile p_11454_)  
- 
Constructor Details
- 
UserWhiteList
 
 - 
 - 
Method Details
- 
createEntry
protected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11452_) - Specified by:
 createEntryin classStoredUserList<com.mojang.authlib.GameProfile,UserWhiteListEntry> 
 - 
isWhiteListed
public boolean isWhiteListed(com.mojang.authlib.GameProfile p_11454_)  - 
getUserList
- Overrides:
 getUserListin classStoredUserList<com.mojang.authlib.GameProfile,UserWhiteListEntry> 
 - 
getKeyForUser
- Overrides:
 getKeyForUserin classStoredUserList<com.mojang.authlib.GameProfile,UserWhiteListEntry> 
 
 -