Class WhitelistEntry

java.lang.Object
net.minecraft.server.ServerConfigEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.WhitelistEntry

public class WhitelistEntry
extends ServerConfigEntry<com.mojang.authlib.GameProfile>
  • Constructor Details

    • WhitelistEntry

      public WhitelistEntry​(com.mojang.authlib.GameProfile profile)
    • WhitelistEntry

      public WhitelistEntry​(JsonObject json)
  • Method Details

    • fromJson

      protected void fromJson​(JsonObject json)
      Specified by:
      fromJson in class ServerConfigEntry<com.mojang.authlib.GameProfile>
    • profileFromJson

      private static com.mojang.authlib.GameProfile profileFromJson​(JsonObject json)