Package net.minecraft.server.management
Class WhitelistEntry
- java.lang.Object
-
- net.minecraft.server.management.UserListEntry<com.mojang.authlib.GameProfile>
-
- net.minecraft.server.management.WhitelistEntry
-
public class WhitelistEntry extends UserListEntry<com.mojang.authlib.GameProfile>
-
-
Constructor Summary
Constructors Constructor Description WhitelistEntry(com.google.gson.JsonObject p_i1130_1_)
WhitelistEntry(com.mojang.authlib.GameProfile p_i1129_1_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private 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
-
-
-
-
Method Detail
-
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_)
-
-