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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanBypassPlayerLimit(com.mojang.authlib.GameProfile p_11352_)protected StoredUserEntry<com.mojang.authlib.GameProfile>createEntry(com.google.gson.JsonObject p_11348_)protected StringgetKeyForUser(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:
createEntryin classStoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
-
getUserList
- Overrides:
getUserListin classStoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_11352_) -
getKeyForUser
- Overrides:
getKeyForUserin classStoredUserList<com.mojang.authlib.GameProfile,ServerOpListEntry>
-