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 voidfromJson(JsonObject json)private static com.mojang.authlib.GameProfileprofileFromJson(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:
fromJsonin classServerConfigEntry<com.mojang.authlib.GameProfile>
-
profileFromJson
-