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