aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils/ItemUtils.java
diff options
context:
space:
mode:
authorviciscat <51047087+viciscat@users.noreply.github.com>2024-07-02 19:33:39 +0200
committerGitHub <noreply@github.com>2024-07-02 19:33:39 +0200
commit90ce041b5c266a4093c9b5929de06369d179534f (patch)
treed0756528feaa5f57f9ac3ea271db15aed44e4bc8 /src/main/java/de/hysky/skyblocker/utils/ItemUtils.java
parent17601f5f72ba2b70eb9f264a2e543a32580b81a3 (diff)
downloadSkyblocker-90ce041b5c266a4093c9b5929de06369d179534f.tar.gz
Skyblocker-90ce041b5c266a4093c9b5929de06369d179534f.tar.bz2
Skyblocker-90ce041b5c266a4093c9b5929de06369d179534f.zip
Update ItemUtils.java
finish the sentence lol
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/utils/ItemUtils.java')
-rw-r--r--src/main/java/de/hysky/skyblocker/utils/ItemUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/de/hysky/skyblocker/utils/ItemUtils.java b/src/main/java/de/hysky/skyblocker/utils/ItemUtils.java
index 7deabf2b..134a7ed0 100644
--- a/src/main/java/de/hysky/skyblocker/utils/ItemUtils.java
+++ b/src/main/java/de/hysky/skyblocker/utils/ItemUtils.java
@@ -65,6 +65,7 @@ public class ItemUtils {
/**
* Gets the nbt in the custom data component of the item stack.
* @return The {@link DataComponentTypes#CUSTOM_DATA custom data} of the itemstack, or an empty {@link NbtCompound} if the itemstack is missing
+ * a custom data component
*/
@SuppressWarnings("deprecation")
public static @NotNull NbtCompound getCustomData(@NotNull ComponentHolder stack) {