Uses of Record Class
net.neoforged.neoforge.registries.datamaps.DataMapFile
Packages that use DataMapFile
Package
Description
-
Uses of DataMapFile in net.neoforged.neoforge.common.data
Methods in net.neoforged.neoforge.common.data that return types with arguments of type DataMapFile -
Uses of DataMapFile in net.neoforged.neoforge.registries
Fields in net.neoforged.neoforge.registries with type parameters of type DataMapFileModifier and TypeFieldDescriptionprivate final Map
<DataMapType<T, ?>, List<DataMapFile<?, T>>> DataMapLoader.LoadResult.results
The field for theresults
record component.Methods in net.neoforged.neoforge.registries that return types with arguments of type DataMapFileModifier and TypeMethodDescriptionprivate static <A,
T> List <DataMapFile<A, T>> DataMapLoader.readData
(RegistryOps<com.google.gson.JsonElement> ops, DataMapType<T, A> attachmentType, ResourceKey<Registry<T>> registryKey, List<Resource> resources) Map
<DataMapType<T, ?>, List<DataMapFile<?, T>>> DataMapLoader.LoadResult.results()
Returns the value of theresults
record component.Method parameters in net.neoforged.neoforge.registries with type arguments of type DataMapFileModifier and TypeMethodDescriptionprivate <T,
R> Map <ResourceKey<R>, T> DataMapLoader.buildDataMap
(Registry<R> registry, DataMapType<R, T> attachment, List<DataMapFile<T, R>> entries) Constructor parameters in net.neoforged.neoforge.registries with type arguments of type DataMapFileModifierConstructorDescriptionprivate
LoadResult
(Map<DataMapType<T, ?>, List<DataMapFile<?, T>>> results) Creates an instance of aLoadResult
record class. -
Uses of DataMapFile in net.neoforged.neoforge.registries.datamaps
Methods in net.neoforged.neoforge.registries.datamaps that return types with arguments of type DataMapFileModifier and TypeMethodDescriptionstatic <T,
R> com.mojang.serialization.Codec <DataMapFile<T, R>> DataMapFile.codec
(ResourceKey<Registry<R>> registryKey, DataMapType<R, T> dataMap)