Package net.minecraft.server.players
Class UserWhiteListEntry
java.lang.Object
net.minecraft.server.players.StoredUserEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.UserWhiteListEntry
- 
Constructor SummaryConstructorsConstructorDescriptionUserWhiteListEntry(com.google.gson.JsonObject p_11460_) UserWhiteListEntry(com.mojang.authlib.GameProfile p_11462_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfilecreateGameProfile(com.google.gson.JsonObject p_11466_) protected voidserialize(com.google.gson.JsonObject p_11464_) Methods inherited from class net.minecraft.server.players.StoredUserEntrygetUser, hasExpired
- 
Constructor Details- 
UserWhiteListEntrypublic UserWhiteListEntry(com.mojang.authlib.GameProfile p_11462_) 
- 
UserWhiteListEntrypublic UserWhiteListEntry(com.google.gson.JsonObject p_11460_) 
 
- 
- 
Method Details- 
serializeprotected void serialize(com.google.gson.JsonObject p_11464_) - Specified by:
- serializein class- StoredUserEntry<com.mojang.authlib.GameProfile>
 
- 
createGameProfileprivate static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_11466_) 
 
-