SPIGOT-6233: Clarify InventoryClickEvent documentation

This commit is contained in:
md_5 2020-11-10 19:02:37 +11:00
parent 70a529ba1f
commit 2e244e41b4
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -14,7 +14,7 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
/**
* This event is called when a player clicks a slot in an inventory.
* This event is called when a player clicks in an inventory.
* <p>
* Because InventoryClickEvent occurs within a modification of the Inventory,
* not all Inventory related methods are safe to use.