Uses of Record Class
net.minecraft.resources.RegistryDataLoader.RegistryData
Packages that use RegistryDataLoader.RegistryData
Package
Description
-
Uses of RegistryDataLoader.RegistryData in net.minecraft.data.registries
Methods in net.minecraft.data.registries with parameters of type RegistryDataLoader.RegistryDataModifier and TypeMethodDescriptionprivate <T> Optional<CompletableFuture<?>>
RegistriesDatapackGenerator.dumpRegistryCap
(CachedOutput p_256502_, HolderLookup.Provider p_256492_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_256000_, RegistryDataLoader.RegistryData<T> p_256449_) Deprecated. -
Uses of RegistryDataLoader.RegistryData in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type RegistryDataLoader.RegistryDataModifier and TypeFieldDescriptionstatic final List<RegistryDataLoader.RegistryData<?>>
RegistryDataLoader.DIMENSION_REGISTRIES
static final List<RegistryDataLoader.RegistryData<?>>
RegistryDataLoader.WORLDGEN_REGISTRIES
Method parameters in net.minecraft.resources with type arguments of type RegistryDataLoader.RegistryDataModifier and TypeMethodDescriptionstatic RegistryAccess.Frozen
RegistryDataLoader.load
(ResourceManager p_252046_, RegistryAccess p_249916_, List<RegistryDataLoader.RegistryData<?>> p_250344_) -
Uses of RegistryDataLoader.RegistryData in net.minecraft.server
Method parameters in net.minecraft.server with type arguments of type RegistryDataLoader.RegistryDataModifier and TypeMethodDescriptionprivate static LayeredRegistryAccess<RegistryLayer>
WorldLoader.loadAndReplaceLayer
(ResourceManager p_249913_, LayeredRegistryAccess<RegistryLayer> p_252077_, RegistryLayer p_250346_, List<RegistryDataLoader.RegistryData<?>> p_250589_) private static RegistryAccess.Frozen
WorldLoader.loadLayer
(ResourceManager p_251529_, LayeredRegistryAccess<RegistryLayer> p_250737_, RegistryLayer p_250790_, List<RegistryDataLoader.RegistryData<?>> p_249516_) -
Uses of RegistryDataLoader.RegistryData in net.minecraftforge.registries
Fields in net.minecraftforge.registries declared as RegistryDataLoader.RegistryDataModifier and TypeFieldDescriptionprivate final RegistryDataLoader.RegistryData<T>
DataPackRegistryEvent.DataPackRegistryData.loaderData
The field for theloaderData
record component.Fields in net.minecraftforge.registries with type parameters of type RegistryDataLoader.RegistryDataModifier and TypeFieldDescriptionprivate static final List<RegistryDataLoader.RegistryData<?>>
DataPackRegistriesHooks.DATA_PACK_REGISTRIES
private static final List<RegistryDataLoader.RegistryData<?>>
DataPackRegistriesHooks.DATA_PACK_REGISTRIES_VIEW
Methods in net.minecraftforge.registries that return RegistryDataLoader.RegistryDataModifier and TypeMethodDescriptionDataPackRegistryEvent.DataPackRegistryData.loaderData()
Returns the value of theloaderData
record component.Methods in net.minecraftforge.registries that return types with arguments of type RegistryDataLoader.RegistryDataModifier and TypeMethodDescriptionstatic List<RegistryDataLoader.RegistryData<?>>
DataPackRegistriesHooks.getDataPackRegistries()
Returns An unmodifiable view of the list of datapack registries.static Stream<RegistryDataLoader.RegistryData<?>>
DataPackRegistriesHooks.getDataPackRegistriesWithDimensions()
Constructors in net.minecraftforge.registries with parameters of type RegistryDataLoader.RegistryDataModifierConstructorDescription(package private)
DataPackRegistryData
(RegistryDataLoader.RegistryData<T> loaderData, @Nullable com.mojang.serialization.Codec<T> networkCodec) Creates an instance of aDataPackRegistryData
record class.