类 UserBanList
java.lang.Object
net.minecraft.server.players.StoredUserList<com.mojang.authlib.GameProfile,UserBanListEntry>
net.minecraft.server.players.UserBanList
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected StoredUserEntry
<com.mojang.authlib.GameProfile> createEntry
(com.google.gson.JsonObject p_11405_) protected String
getKeyForUser
(com.mojang.authlib.GameProfile p_11411_) String[]
boolean
isBanned
(com.mojang.authlib.GameProfile p_11407_)
-
构造器详细资料
-
UserBanList
-
-
方法详细资料
-
createEntry
protected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11405_) - 指定者:
createEntry
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserBanListEntry>
-
isBanned
public boolean isBanned(com.mojang.authlib.GameProfile p_11407_) -
getUserList
- 覆盖:
getUserList
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserBanListEntry>
-
getKeyForUser
- 覆盖:
getKeyForUser
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserBanListEntry>
-