Improved slots

This commit is contained in:
Auxilor
2022-05-29 11:11:16 +01:00
parent d539b9e59e
commit 2c96b79aba
3 changed files with 72 additions and 20 deletions

View File

@@ -102,6 +102,13 @@ public interface SlotBuilder {
*/
SlotBuilder onMiddleClick(@NotNull SlotHandler handler);
/**
* Prevent all clicks.
*
* @return The builder.
*/
SlotBuilder preventAllClicks();
/**
* Modify the ItemStack.
*