From f08c38ff1a4d77177934d5782130d4749c7f50dd Mon Sep 17 00:00:00 2001 From: Craftinators Date: Wed, 15 Mar 2023 01:34:58 -0400 Subject: [PATCH] docs(PlayerCosmeticEquipEvent): updated documentation --- .../hmccosmetics/api/PlayerCosmeticEquipEvent.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java index 48c28534..3d1029fd 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java @@ -20,7 +20,7 @@ public class PlayerCosmeticEquipEvent extends CosmeticUserEvent implements Cance } /** - * Gets the {@link Cosmetic} being equipped in this event. + * Gets the {@link Cosmetic} being equipped in this event * * @return The {@link Cosmetic} which is being equipped in this event */ @@ -44,10 +44,10 @@ public class PlayerCosmeticEquipEvent extends CosmeticUserEvent implements Cance } /** - * Sets the cancellation state of this event. + * Sets the cancellation state of this event * *

- * Canceling this event will prevent the player from equipping the cosmetic. + * Canceling this event will prevent the player from equipping the cosmetic *

* * @param cancel true if you wish to cancel this event