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 Summary
ConstructorsConstructorDescriptionUserWhiteListEntry
(com.google.gson.JsonObject pEntryData) UserWhiteListEntry
(com.mojang.authlib.GameProfile pUser) -
Method Summary
Modifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfile
createGameProfile
(com.google.gson.JsonObject pJson) protected void
serialize
(com.google.gson.JsonObject pData) Methods inherited from class net.minecraft.server.players.StoredUserEntry
getUser, hasExpired
-
Constructor Details
-
UserWhiteListEntry
public UserWhiteListEntry(com.mojang.authlib.GameProfile pUser) -
UserWhiteListEntry
public UserWhiteListEntry(com.google.gson.JsonObject pEntryData)
-
-
Method Details
-
serialize
protected void serialize(com.google.gson.JsonObject pData) - Specified by:
serialize
in classStoredUserEntry<com.mojang.authlib.GameProfile>
-
createGameProfile
private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject pJson)
-