diff options
author | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-07-02 19:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 19:33:39 +0200 |
commit | 90ce041b5c266a4093c9b5929de06369d179534f (patch) | |
tree | d0756528feaa5f57f9ac3ea271db15aed44e4bc8 /src/main/java/de/hysky/skyblocker/utils/ItemUtils.java | |
parent | 17601f5f72ba2b70eb9f264a2e543a32580b81a3 (diff) | |
download | Skyblocker-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.java | 1 |
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) { |