File tree Expand file tree Collapse file tree
invui-core/src/main/java/xyz/xenondevs/invui/window Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,14 +218,14 @@ public interface Window {
218218 /**
219219 * Adds an outside click handler that will be called when a player clicks outside the inventory.
220220 *
221- * @param outsideClickHandlers The outside click handler to add
221+ * @param outsideClickHandler The outside click handler to add
222222 */
223223 void addOutsideClickHandler (@ NotNull Consumer <@ NotNull InventoryClickEvent > outsideClickHandler );
224224
225225 /**
226226 * Removes an outside click handler that has been added previously.
227227 *
228- * @param outsideClickHandlers The outside click handler to remove
228+ * @param outsideClickHandler The outside click handler to remove
229229 */
230230 void removeOutsideClickHandler (@ NotNull Consumer <@ NotNull InventoryClickEvent > outsideClickHandler );
231231
You can’t perform that action at this time.
0 commit comments