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
-
public class WhiteList extends UserList<com.mojang.authlib.GameProfile,WhitelistEntry>
-
-
Constructor Summary
Constructors Constructor Description WhiteList(java.io.File p_i1132_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserListEntry<com.mojang.authlib.GameProfile>
createEntry(com.google.gson.JsonObject p_152682_1_)
protected java.lang.String
getKeyForUser(com.mojang.authlib.GameProfile p_152681_1_)
java.lang.String[]
getUserList()
boolean
isWhiteListed(com.mojang.authlib.GameProfile p_152705_1_)
-
-
-
Method Detail
-
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
public java.lang.String[] getUserList()
- Overrides:
getUserList
in classUserList<com.mojang.authlib.GameProfile,WhitelistEntry>
-
getKeyForUser
protected java.lang.String getKeyForUser(com.mojang.authlib.GameProfile p_152681_1_)
- Overrides:
getKeyForUser
in classUserList<com.mojang.authlib.GameProfile,WhitelistEntry>
-
-