[SPIGOT-6233] Incorrect JavaDocs Description of InventoryClickEvent Created: 09/Nov/20 Updated: 10/Nov/20 Resolved: 10/Nov/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | RackDevelopment | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | JavaDocs |
Version: | Latest - 1.16.4 |
Guidelines Read: | Yes |
Description |
In the JavaDocs for the InventoryClickEvent, it claims that it is only fired when a player clicks a slot in an inventory, but it is fired when you click outside the inventory as well.
Current Description: This event is called when a player clicks a slot in an inventory.
A better description of this would be: This event is called when a player clicks in an inventory.
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/InventoryClickEvent.html |