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