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 PatchedDataComponentMap
PatchedDataComponentMap.fromPatch
(DataComponentMap p_331807_, DataComponentPatch p_331890_) Methods in net.minecraft.core.component with parameters of type PatchedDataComponentMapModifier and TypeMethodDescriptionvoid
TypedDataComponent.applyTo
(PatchedDataComponentMap p_332099_) -
Uses of PatchedDataComponentMap in net.minecraft.world.item
Fields in net.minecraft.world.item declared as PatchedDataComponentMapModifier and TypeFieldDescription(package private) final PatchedDataComponentMap
ItemStack.components
Constructors in net.minecraft.world.item with parameters of type PatchedDataComponentMapModifierConstructorDescriptionprivate
ItemStack
(ItemLike p_330978_, int p_330639_, PatchedDataComponentMap p_330546_) -
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 PatchedDataComponentMapModifierConstructorDescriptionprivate
FluidStack
(Fluid fluid, int amount, PatchedDataComponentMap components)