Class UserWhiteListEntry

java.lang.Object
net.minecraft.server.players.StoredUserEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.players.UserWhiteListEntry

public class UserWhiteListEntry extends StoredUserEntry<com.mojang.authlib.GameProfile>
  • 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 class StoredUserEntry<com.mojang.authlib.GameProfile>
    • createGameProfile

      private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject pJson)