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