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
-
Method Summary
Modifier and TypeMethodDescriptionprotected StoredUserEntry<com.mojang.authlib.GameProfile>
createEntry
(com.google.gson.JsonObject p_11452_) protected String
getKeyForUser
(com.mojang.authlib.GameProfile p_11458_) String[]
boolean
isWhiteListed
(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:
createEntry
in classStoredUserList<com.mojang.authlib.GameProfile,
UserWhiteListEntry>
-
isWhiteListed
public boolean isWhiteListed(com.mojang.authlib.GameProfile p_11454_) -
getUserList
- Overrides:
getUserList
in classStoredUserList<com.mojang.authlib.GameProfile,
UserWhiteListEntry>
-
getKeyForUser
- Overrides:
getKeyForUser
in classStoredUserList<com.mojang.authlib.GameProfile,
UserWhiteListEntry>
-