Uses of Class
net.minecraft.server.ServerConfigEntry
Package | Description |
---|---|
net.minecraft.server |
-
Uses of ServerConfigEntry in net.minecraft.server
Classes in net.minecraft.server with type parameters of type ServerConfigEntry Modifier and Type Class Description class
ServerConfigList<K,V extends ServerConfigEntry<K>>
Subclasses of ServerConfigEntry in net.minecraft.server Modifier and Type Class Description class
BanEntry<T>
class
BannedIpEntry
class
BannedPlayerEntry
class
OperatorEntry
class
WhitelistEntry
Methods in net.minecraft.server that return ServerConfigEntry Modifier and Type Method Description protected ServerConfigEntry<String>
BannedIpList. fromJson(JsonObject json)
protected ServerConfigEntry<com.mojang.authlib.GameProfile>
BannedPlayerList. fromJson(JsonObject json)
protected ServerConfigEntry<com.mojang.authlib.GameProfile>
OperatorList. fromJson(JsonObject json)
protected abstract ServerConfigEntry<K>
ServerConfigList. fromJson(JsonObject json)
protected ServerConfigEntry<com.mojang.authlib.GameProfile>
Whitelist. fromJson(JsonObject json)
Methods in net.minecraft.server with parameters of type ServerConfigEntry Modifier and Type Method Description void
ServerConfigList. remove(ServerConfigEntry<K> entry)