mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-30 05:05:22 +00:00
SPIGOT-6233: Clarify InventoryClickEvent documentation
This commit is contained in:
parent
70a529ba1f
commit
2e244e41b4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
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>
|
* <p>
|
||||||
* Because InventoryClickEvent occurs within a modification of the Inventory,
|
* Because InventoryClickEvent occurs within a modification of the Inventory,
|
||||||
* not all Inventory related methods are safe to use.
|
* not all Inventory related methods are safe to use.
|
||||||
|
|
Loading…
Add table
Reference in a new issue