Uses of Class
net.minecraft.core.component.PatchedDataComponentMap
Packages that use PatchedDataComponentMap
Package
Description
-
Uses of PatchedDataComponentMap in net.minecraft.core.component
Methods in net.minecraft.core.component that return PatchedDataComponentMapModifier and TypeMethodDescriptionPatchedDataComponentMap.copy()static PatchedDataComponentMapPatchedDataComponentMap.fromPatch(DataComponentMap prototype, DataComponentPatch patch) Methods in net.minecraft.core.component with parameters of type PatchedDataComponentMapModifier and TypeMethodDescriptionvoidTypedDataComponent.applyTo(PatchedDataComponentMap components) -
Uses of PatchedDataComponentMap in net.minecraft.world.item
Fields in net.minecraft.world.item declared as PatchedDataComponentMapConstructors in net.minecraft.world.item with parameters of type PatchedDataComponentMapModifierConstructorDescriptionprivateItemStack(Holder<Item> item, int count, PatchedDataComponentMap components) -
Uses of PatchedDataComponentMap in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids declared as PatchedDataComponentMapConstructors in net.neoforged.neoforge.fluids with parameters of type PatchedDataComponentMapModifierConstructorDescriptionprivateFluidStack(Holder<Fluid> fluid, int amount, PatchedDataComponentMap components)