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 classServerConfigList<K,V extends ServerConfigEntry<K>>Subclasses of ServerConfigEntry in net.minecraft.server Modifier and Type Class Description classBanEntry<T>classBannedIpEntryclassBannedPlayerEntryclassOperatorEntryclassWhitelistEntryMethods 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 voidServerConfigList. remove(ServerConfigEntry<K> entry)