Uses of Record Class
net.neoforged.neoforge.registries.datamaps.DataMapEntry.Removal
Packages that use DataMapEntry.Removal
-
Uses of DataMapEntry.Removal in net.neoforged.neoforge.common.data
Fields in net.neoforged.neoforge.common.data with type parameters of type DataMapEntry.RemovalModifier and TypeFieldDescriptionprotected final List<DataMapEntry.Removal<T, R>> DataMapProvider.Builder.removals -
Uses of DataMapEntry.Removal in net.neoforged.neoforge.registries.datamaps
Fields in net.neoforged.neoforge.registries.datamaps with type parameters of type DataMapEntry.RemovalModifier and TypeFieldDescriptionprivate final List<DataMapEntry.Removal<T, R>> DataMapFile.removalsThe field for theremovalsrecord component.Methods in net.neoforged.neoforge.registries.datamaps that return types with arguments of type DataMapEntry.RemovalModifier and TypeMethodDescriptionstatic <T,R> com.mojang.serialization.Codec <DataMapEntry.Removal<T, R>> DataMapEntry.Removal.codec(com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<TagKey<R>, ResourceKey<R>>> tagOrValue, DataMapType<R, T> attachment) DataMapFile.removals()Returns the value of theremovalsrecord component.Constructor parameters in net.neoforged.neoforge.registries.datamaps with type arguments of type DataMapEntry.RemovalModifierConstructorDescriptionDataMapFile(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.