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