mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 00:07:56 +01:00
SPIGOT-6233: Clarify InventoryClickEvent documentation
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1b3be885c1
commit
39f6cd7ffa
@ -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…
Reference in New Issue
Block a user