Uses of Class
net.minecraft.core.component.DataComponentPatch.Builder
Packages that use DataComponentPatch.Builder
-
Uses of DataComponentPatch.Builder in net.minecraft.core.component
Methods in net.minecraft.core.component that return DataComponentPatch.BuilderModifier and TypeMethodDescriptionstatic DataComponentPatch.BuilderDataComponentPatch.builder()DataComponentPatch.Builder.remove(DataComponentType<T> p_330845_) DataComponentPatch.Builder.set(DataComponentType<T> p_332004_, T p_331566_) DataComponentPatch.Builder.set(TypedDataComponent<T> p_331321_) -
Uses of DataComponentPatch.Builder in net.neoforged.neoforge.event
Method parameters in net.neoforged.neoforge.event with type arguments of type DataComponentPatch.BuilderModifier and TypeMethodDescriptionvoidModifyDefaultComponentsEvent.modify(ItemLike item, Consumer<DataComponentPatch.Builder> patch) Patches the default components of the givenitem.voidModifyDefaultComponentsEvent.modifyMatching(Predicate<? super Item> predicate, Consumer<DataComponentPatch.Builder> patch) Patches the default components of all items matching the givenpredicate.