Uses of Class
net.minecraft.server.ServerConfigEntry
Packages that use ServerConfigEntry
-
Uses of ServerConfigEntry in net.minecraft.server
Classes in net.minecraft.server with type parameters of type ServerConfigEntrySubclasses of ServerConfigEntry in net.minecraft.serverMethods in net.minecraft.server that return ServerConfigEntryModifier and TypeMethodDescriptionServerConfigList.DeSerializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) protected ServerConfigEntry<String>BannedIpList.fromJson(JsonObject jsonObject) protected ServerConfigEntry<com.mojang.authlib.GameProfile>BannedPlayerList.fromJson(JsonObject jsonObject) protected ServerConfigEntry<com.mojang.authlib.GameProfile>OperatorList.fromJson(JsonObject jsonObject) protected ServerConfigEntry<K>ServerConfigList.fromJson(JsonObject jsonObject) protected ServerConfigEntry<com.mojang.authlib.GameProfile>Whitelist.fromJson(JsonObject jsonObject) Methods in net.minecraft.server with parameters of type ServerConfigEntryModifier and TypeMethodDescriptionServerConfigList.DeSerializer.serialize(ServerConfigEntry<K> serverConfigEntry, Type type, JsonSerializationContext jsonSerializationContext)