diff options
author | nmccullagh <narhanael64@gmail.com> | 2024-07-06 19:33:57 +0100 |
---|---|---|
committer | nmccullagh <narhanael64@gmail.com> | 2024-07-06 19:33:57 +0100 |
commit | 5128fa758a9d63aaba4ddf7204e5ee69c306a57b (patch) | |
tree | cab0629e6061f6b0627b46b12c311cffd93d912c /src/main | |
parent | 666f1569142074467431bf4a9c81cd3603cf0772 (diff) | |
download | Skyblocker-5128fa758a9d63aaba4ddf7204e5ee69c306a57b.tar.gz Skyblocker-5128fa758a9d63aaba4ddf7204e5ee69c306a57b.tar.bz2 Skyblocker-5128fa758a9d63aaba4ddf7204e5ee69c306a57b.zip |
I'm not too bad myself. Had family over this week which was quite nice
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/Pet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/Pet.java b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/Pet.java index 52d02e99..9a279bbe 100644 --- a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/Pet.java +++ b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/Pet.java @@ -119,7 +119,7 @@ public class Pet { * the NBT Data into modern DataComponentTypes before returning the final ItemStack </p * * @param item The NEUItem representing the pet. - * @param heldItem The NEUItem representing the held item, if any. + * @param heldItem The ItemStack of the pet's held item, if any. * @return The ItemStack representing the pet with all its properties set. */ private ItemStack fromNEUItem(NEUItem item, ItemStack heldItem) { |