Package net.minecraft.server.players
Class ServerOpList
java.lang.Object
net.minecraft.server.players.StoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
net.minecraft.server.players.ServerOpList
-
Field Summary
Fields inherited from class net.minecraft.server.players.StoredUserList
LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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[]
-
Constructor Details
-
ServerOpList
-
-
Method Details
-
createEntry
protected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11348_)- Specified by:
createEntry
in classStoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
-
getUserList
- Overrides:
getUserList
in classStoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_11352_) -
getKeyForUser
- Overrides:
getKeyForUser
in classStoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
-