9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 20:39:13 +00:00

docs(PlayerWardrobeLeaveEvent): add class documentation

This commit is contained in:
Craftinators
2023-03-15 04:43:36 -04:00
parent 42a01a44aa
commit cea40033f9

View File

@@ -5,6 +5,9 @@ import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
import org.jetbrains.annotations.NotNull;
/**
* Called when a player leaves their wardrobe
*/
public class PlayerWardrobeLeaveEvent extends CosmeticUserEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();
private boolean cancel = false;