Uses of Record Class
net.neoforged.neoforge.common.data.RegistriesWithConditions
Packages that use RegistriesWithConditions
-
Uses of RegistriesWithConditions in net.minecraft.core
Methods in net.minecraft.core that return RegistriesWithConditions -
Uses of RegistriesWithConditions in net.minecraft.data.registries
Fields in net.minecraft.data.registries with type parameters of type RegistriesWithConditionsModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistriesWithConditions> RegistriesDatapackGenerator.registriesWithConditionsDeprecated.Methods in net.minecraft.data.registries with parameters of type RegistriesWithConditionsModifier and TypeMethodDescriptionprivate <T> Optional<CompletableFuture<?>> RegistriesDatapackGenerator.dumpRegistryCap(CachedOutput cache, RegistriesWithConditions registries, com.mojang.serialization.DynamicOps<JsonElement> writeOps, RegistryDataLoader.RegistryData<T> v) Deprecated.Constructor parameters in net.minecraft.data.registries with type arguments of type RegistriesWithConditionsModifierConstructorDescriptionRegistriesDatapackGenerator(PackOutput output, String name, Collection<RegistryDataLoader.RegistryData<?>> registryData, CompletableFuture<RegistriesWithConditions> registryContents, @Nullable Set<String> modIds) Deprecated.