Uses of Record Class
net.neoforged.neoforge.registries.datamaps.DataMapEntry.Removal
-
Uses of DataMapEntry.Removal in net.neoforged.neoforge.common.data
Modifier and TypeFieldDescriptionprotected final List
<DataMapEntry.Removal<T, R>> DataMapProvider.Builder.removals
-
Uses of DataMapEntry.Removal in net.neoforged.neoforge.registries.datamaps
Modifier and TypeFieldDescriptionprivate final List
<DataMapEntry.Removal<T, R>> DataMapFile.removals
The field for theremovals
record component.Modifier 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 theremovals
record component.ModifierConstructorDescriptionDataMapFile
(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 aDataMapFile
record class.