Package net.minecraft.server.management
Class OpList
java.lang.Object
net.minecraft.server.management.UserList<com.mojang.authlib.GameProfile,OpEntry>
net.minecraft.server.management.OpList
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canBypassPlayerLimit
(com.mojang.authlib.GameProfile p_183026_1_) protected UserListEntry<com.mojang.authlib.GameProfile>
createEntry
(com.google.gson.JsonObject p_152682_1_) protected String
getKeyForUser
(com.mojang.authlib.GameProfile p_152681_1_) String[]
-
Constructor Details
-
OpList
-
-
Method Details
-
createEntry
protected UserListEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_152682_1_) - Specified by:
createEntry
in classUserList<com.mojang.authlib.GameProfile,
OpEntry>
-
getUserList
- Overrides:
getUserList
in classUserList<com.mojang.authlib.GameProfile,
OpEntry>
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_183026_1_) -
getKeyForUser
- Overrides:
getKeyForUser
in classUserList<com.mojang.authlib.GameProfile,
OpEntry>
-