public class WhitelistEntry extends ServerConfigEntry<com.mojang.authlib.GameProfile>
| Constructor and Description |
|---|
WhitelistEntry(com.mojang.authlib.GameProfile profile) |
WhitelistEntry(JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromJson(JsonObject json) |
private static com.mojang.authlib.GameProfile |
profileFromJson(JsonObject json) |
getKey, isInvalidpublic WhitelistEntry(com.mojang.authlib.GameProfile profile)
public WhitelistEntry(JsonObject json)
protected void fromJson(JsonObject json)
fromJson in class ServerConfigEntry<com.mojang.authlib.GameProfile>private static com.mojang.authlib.GameProfile profileFromJson(JsonObject json)