public class Whitelist extends ServerConfigList<com.mojang.authlib.GameProfile,WhitelistEntry>
LOGGER| Modifier and Type | Method and Description |
|---|---|
protected ServerConfigEntry<com.mojang.authlib.GameProfile> |
fromJson(JsonObject json) |
String[] |
getNames() |
boolean |
isAllowed(com.mojang.authlib.GameProfile profile) |
protected String |
toString(com.mojang.authlib.GameProfile gameProfile) |
public Whitelist(File file)
protected ServerConfigEntry<com.mojang.authlib.GameProfile> fromJson(JsonObject json)
fromJson in class ServerConfigList<com.mojang.authlib.GameProfile,WhitelistEntry>public boolean isAllowed(com.mojang.authlib.GameProfile profile)
public String[] getNames()
getNames in class ServerConfigList<com.mojang.authlib.GameProfile,WhitelistEntry>protected String toString(com.mojang.authlib.GameProfile gameProfile)
toString in class ServerConfigList<com.mojang.authlib.GameProfile,WhitelistEntry>