Skip to content

Commit e8566ba

Browse files
committed
fix: javadoc
1 parent 6803f6a commit e8566ba

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/paper/dev/api

1 file changed

+1
-1
lines changed

src/content/docs/paper/dev/api/pdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ item.editPersistentDataContainer(pdc -> {
6060

6161
:::note
6262

63-
The [`ItemStack#editPersistentDataContainer()`](jd:paper:org.bukkit.inventory.ItemStack#editPersistentDataContainer()) method on `ItemStack` is only available in 1.21.4+. For older versions, you need to access and modify the `ItemMeta` instead.
63+
The [`ItemStack#editPersistentDataContainer()`](jd:paper:org.bukkit.inventory.ItemStack#editPersistentDataContainer(Container)) method on `ItemStack` is only available in 1.21.4+. For older versions, you need to access and modify the `ItemMeta` instead.
6464
For 1.16.5+, there's the [`ItemStack#editMeta()`](jd:paper:org.bukkit.inventory.ItemStack#editMeta(Consumer)) method though.
6565

6666
:::

0 commit comments

Comments
 (0)