Package net.minecraft.server.players
Class ServerOpListEntry
java.lang.Object
net.minecraft.server.players.StoredUserEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.ServerOpListEntry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final int
- 
Constructor SummaryConstructorsConstructorDescriptionServerOpListEntry(com.google.gson.JsonObject p_11358_) ServerOpListEntry(com.mojang.authlib.GameProfile p_11360_, int p_11361_, boolean p_11362_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfilecreateGameProfile(com.google.gson.JsonObject p_11368_) booleanintgetLevel()protected voidserialize(com.google.gson.JsonObject p_11365_) Methods inherited from class net.minecraft.server.players.StoredUserEntrygetUser, hasExpired
- 
Field Details- 
levelprivate final int level
- 
bypassesPlayerLimitprivate final boolean bypassesPlayerLimit
 
- 
- 
Constructor Details- 
ServerOpListEntrypublic ServerOpListEntry(com.mojang.authlib.GameProfile p_11360_, int p_11361_, boolean p_11362_) 
- 
ServerOpListEntrypublic ServerOpListEntry(com.google.gson.JsonObject p_11358_) 
 
- 
- 
Method Details- 
getLevelpublic int getLevel()
- 
getBypassesPlayerLimitpublic boolean getBypassesPlayerLimit()
- 
serializeprotected void serialize(com.google.gson.JsonObject p_11365_) - Specified by:
- serializein class- StoredUserEntry<com.mojang.authlib.GameProfile>
 
- 
createGameProfile@Nullable private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_11368_) 
 
-