From ebbc80c4657d33750667f4691c7463ced1951f3a Mon Sep 17 00:00:00 2001 From: Logan Date: Tue, 16 Dec 2025 12:54:48 -0600 Subject: [PATCH] chore: add what usage api users should use in javadocs in cosmetic deprecated methods --- .../java/com/hibiscusmc/hmccosmetics/cosmetic/Cosmetic.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/cosmetic/Cosmetic.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/cosmetic/Cosmetic.java index 5ede62d3..8adad016 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/cosmetic/Cosmetic.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/cosmetic/Cosmetic.java @@ -102,7 +102,7 @@ public abstract class Cosmetic { } /** - * Dispatched when an update is requested upon the cosmetic. + * Dispatched when an update is requested upon the cosmetic. Instead, you should use {@link CosmeticUser#updateCosmetic(CosmeticSlot)})} * @param user the user to preform the update against */ @Deprecated(since = "2.8.2") @@ -113,7 +113,7 @@ public abstract class Cosmetic { } /** - * Action preformed on the update. + * Action preformed on the update. Instead, you should use {@link CosmeticUser#updateCosmetic(CosmeticSlot)})} * @param user the user to preform the update against */ @Deprecated(since = "2.8.2")