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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
createEntryprotected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11348_) - Specified by:
- createEntryin class- StoredUserList<com.mojang.authlib.GameProfile,- ServerOpListEntry> 
 
- 
getUserList- Overrides:
- getUserListin class- StoredUserList<com.mojang.authlib.GameProfile,- ServerOpListEntry> 
 
- 
canBypassPlayerLimitpublic boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile p_11352_) 
- 
getKeyForUser- Overrides:
- getKeyForUserin class- StoredUserList<com.mojang.authlib.GameProfile,- ServerOpListEntry> 
 
 
-