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

docs(PlayerCosmeticEquipEvent): updated documentation

This commit is contained in:
Craftinators
2023-03-15 01:34:58 -04:00
parent a4bd9108b1
commit f08c38ff1a

View File

@@ -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
*
* <p>
* Canceling this event will prevent the player from equipping the cosmetic.
* Canceling this event will prevent the player from equipping the cosmetic
* </p>
*
* @param cancel true if you wish to cancel this event