Improved slots
This commit is contained in:
@@ -102,6 +102,13 @@ public interface SlotBuilder {
|
||||
*/
|
||||
SlotBuilder onMiddleClick(@NotNull SlotHandler handler);
|
||||
|
||||
/**
|
||||
* Prevent all clicks.
|
||||
*
|
||||
* @return The builder.
|
||||
*/
|
||||
SlotBuilder preventAllClicks();
|
||||
|
||||
/**
|
||||
* Modify the ItemStack.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user