9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-19 15:09:19 +00:00

chore: add what usage api users should use in javadocs in cosmetic deprecated methods

This commit is contained in:
Logan
2025-12-16 12:54:48 -06:00
parent 775699d9ca
commit ebbc80c465

View File

@@ -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 * @param user the user to preform the update against
*/ */
@Deprecated(since = "2.8.2") @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 * @param user the user to preform the update against
*/ */
@Deprecated(since = "2.8.2") @Deprecated(since = "2.8.2")