Package net.minecraft.server.management
Class WhitelistEntry
java.lang.Object
net.minecraft.server.management.UserListEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.management.WhitelistEntry
-
Constructor Summary
ConstructorDescriptionWhitelistEntry
(com.google.gson.JsonObject p_i1130_1_) WhitelistEntry
(com.mojang.authlib.GameProfile p_i1129_1_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfile
createGameProfile
(com.google.gson.JsonObject p_152646_0_) protected void
serialize
(com.google.gson.JsonObject p_152641_1_) Methods inherited from class net.minecraft.server.management.UserListEntry
getUser, hasExpired
-
Constructor Details
-
WhitelistEntry
public WhitelistEntry(com.mojang.authlib.GameProfile p_i1129_1_) -
WhitelistEntry
public WhitelistEntry(com.google.gson.JsonObject p_i1130_1_)
-
-
Method Details
-
serialize
protected void serialize(com.google.gson.JsonObject p_152641_1_) - Specified by:
serialize
in classUserListEntry<com.mojang.authlib.GameProfile>
-
createGameProfile
private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_152646_0_)
-