类 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>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected 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_)
-
构造器详细资料
-
UserWhiteList
-
-
方法详细资料
-
createEntry
protected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11452_) - 指定者:
createEntry
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserWhiteListEntry>
-
isWhiteListed
public boolean isWhiteListed(com.mojang.authlib.GameProfile p_11454_) -
getUserList
- 覆盖:
getUserList
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserWhiteListEntry>
-
getKeyForUser
- 覆盖:
getKeyForUser
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserWhiteListEntry>
-