Package net.minecraft.server
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 Summary
Constructors Constructor Description WhitelistEntry(JsonObject json)
WhitelistEntry(com.mojang.authlib.GameProfile profile)
-
Method Summary
Modifier and Type Method Description protected void
fromJson(JsonObject json)
private static com.mojang.authlib.GameProfile
profileFromJson(JsonObject json)
Methods inherited from class net.minecraft.server.ServerConfigEntry
getKey, isInvalid
-
Constructor Details
-
WhitelistEntry
public WhitelistEntry(com.mojang.authlib.GameProfile profile) -
WhitelistEntry
-
-
Method Details
-
fromJson
- Specified by:
fromJson
in classServerConfigEntry<com.mojang.authlib.GameProfile>
-
profileFromJson
-