Uses of Record Class
net.neoforged.neoforge.registries.datamaps.DataMapEntry
Packages that use DataMapEntry
-
Uses of DataMapEntry in net.neoforged.neoforge.common.data
Fields in net.neoforged.neoforge.common.data with type parameters of type DataMapEntryModifier and TypeFieldDescriptionprivate final Map<com.mojang.datafixers.util.Either<TagKey<R>, ResourceKey<R>>, Optional<WithConditions<DataMapEntry<T>>>> DataMapProvider.Builder.values -
Uses of DataMapEntry in net.neoforged.neoforge.registries.datamaps
Fields in net.neoforged.neoforge.registries.datamaps with type parameters of type DataMapEntryModifier and TypeFieldDescriptionprivate final Map<com.mojang.datafixers.util.Either<TagKey<R>, ResourceKey<R>>, Optional<WithConditions<DataMapEntry<T>>>> DataMapFile.valuesThe field for thevaluesrecord component.Methods in net.neoforged.neoforge.registries.datamaps that return types with arguments of type DataMapEntryModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<DataMapEntry<T>> DataMapEntry.codec(DataMapType<?, T> type) Map<com.mojang.datafixers.util.Either<TagKey<R>, ResourceKey<R>>, Optional<WithConditions<DataMapEntry<T>>>> DataMapFile.values()Returns the value of thevaluesrecord component.Constructor parameters in net.neoforged.neoforge.registries.datamaps with type arguments of type DataMapEntryModifierConstructorDescriptionDataMapFile(boolean replace, Map<com.mojang.datafixers.util.Either<TagKey<R>, ResourceKey<R>>, Optional<WithConditions<DataMapEntry<T>>>> values, List<DataMapEntry.Removal<T, R>> removals) Creates an instance of aDataMapFilerecord class.