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
-
-
Constructor Summary
Constructors Constructor Description OpList(java.io.File p_i1152_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBypassPlayerLimit(com.mojang.authlib.GameProfile p_183026_1_)protected UserListEntry<com.mojang.authlib.GameProfile>createEntry(com.google.gson.JsonObject p_152682_1_)protected java.lang.StringgetKeyForUser(com.mojang.authlib.GameProfile p_152681_1_)java.lang.String[]getUserList()
-
-
-
Method Detail
-
createEntry
protected UserListEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_152682_1_)
- Specified by:
createEntryin classUserList<com.mojang.authlib.GameProfile,OpEntry>
-
getUserList
public java.lang.String[] getUserList()
- Overrides:
getUserListin classUserList<com.mojang.authlib.GameProfile,OpEntry>
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_183026_1_)
-
getKeyForUser
protected java.lang.String getKeyForUser(com.mojang.authlib.GameProfile p_152681_1_)
- Overrides:
getKeyForUserin classUserList<com.mojang.authlib.GameProfile,OpEntry>
-
-