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 SummaryConstructors
- 
Method SummaryModifier 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- 
createEntryprotected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11452_) - Specified by:
- createEntryin class- StoredUserList<com.mojang.authlib.GameProfile,- UserWhiteListEntry> 
 
- 
isWhiteListedpublic boolean isWhiteListed(com.mojang.authlib.GameProfile p_11454_) 
- 
getUserList- Overrides:
- getUserListin class- StoredUserList<com.mojang.authlib.GameProfile,- UserWhiteListEntry> 
 
- 
getKeyForUser- Overrides:
- getKeyForUserin class- StoredUserList<com.mojang.authlib.GameProfile,- UserWhiteListEntry> 
 
 
-