类 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 pEntryData) protected String
getKeyForUser
(com.mojang.authlib.GameProfile pObj) String[]
boolean
isBanned
(com.mojang.authlib.GameProfile pProfile)
-
构造器详细资料
-
UserBanList
-
-
方法详细资料
-
createEntry
protected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject pEntryData) - 指定者:
createEntry
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserBanListEntry>
-
isBanned
public boolean isBanned(com.mojang.authlib.GameProfile pProfile) -
getUserList
- 覆盖:
getUserList
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserBanListEntry>
-
getKeyForUser
- 覆盖:
getKeyForUser
在类中StoredUserList<com.mojang.authlib.GameProfile,
UserBanListEntry>
-