13
0
geforkt von Mirrors/Paper

SPIGOT-6233: Clarify InventoryClickEvent documentation

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-11-10 19:02:37 +11:00
Ursprung 1b3be885c1
Commit 39f6cd7ffa

Datei anzeigen

@ -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.