Package net.minecraft.server.management
Class WhiteList
java.lang.Object
net.minecraft.server.management.UserList<com.mojang.authlib.GameProfile,WhitelistEntry>
net.minecraft.server.management.WhiteList
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected UserListEntry<com.mojang.authlib.GameProfile>
createEntry
(com.google.gson.JsonObject p_152682_1_) protected String
getKeyForUser
(com.mojang.authlib.GameProfile p_152681_1_) String[]
boolean
isWhiteListed
(com.mojang.authlib.GameProfile p_152705_1_)
-
Constructor Details
-
WhiteList
-
-
Method Details
-
createEntry
protected UserListEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_152682_1_) - Specified by:
createEntry
in classUserList<com.mojang.authlib.GameProfile,
WhitelistEntry>
-
isWhiteListed
public boolean isWhiteListed(com.mojang.authlib.GameProfile p_152705_1_) -
getUserList
- Overrides:
getUserList
in classUserList<com.mojang.authlib.GameProfile,
WhitelistEntry>
-
getKeyForUser
- Overrides:
getKeyForUser
in classUserList<com.mojang.authlib.GameProfile,
WhitelistEntry>
-