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 PatchedDataComponentMap -
Uses of PatchedDataComponentMap in net.minecraft.world.item
Fields in net.minecraft.world.item declared as PatchedDataComponentMapModifier and TypeFieldDescription(package private) final PatchedDataComponentMapItemStack.componentsConstructors in net.minecraft.world.item with parameters of type PatchedDataComponentMapModifierConstructorDescriptionprivateItemStack(ItemLike item, int count, PatchedDataComponentMap components) -
Uses of PatchedDataComponentMap in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids declared as PatchedDataComponentMapMethods in net.neoforged.neoforge.fluids that return PatchedDataComponentMapConstructors in net.neoforged.neoforge.fluids with parameters of type PatchedDataComponentMapModifierConstructorDescriptionprivateFluidStack(Fluid fluid, int amount, PatchedDataComponentMap components)