If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at
the top of the file.
Represents a type of data that game objects can have. Some examples are: <componenttype:minecraft:stack_size>
<componenttype:minecraft:durability>
<componenttype:minecraft:enchantment:minecraft:damage>
Data components can be stored on any type that implements DataComponentHolder, such as net.minecraft.world.item.ItemStack.