You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onClose should be a Consumer<InventoryCloseEvent>
Giving the menu when we are literally calling the method with that same menu isn't helpful, using the event would be more, like for accessing the player and the inventory
The text was updated successfully, but these errors were encountered:
SpiGUI/src/main/java/com/samjakob/spigui/menu/SGMenu.java
Line 71 in c74b525
onClose
should be aConsumer<InventoryCloseEvent>
Giving the menu when we are literally calling the method with that same menu isn't helpful, using the event would be more, like for accessing the player and the inventory
The text was updated successfully, but these errors were encountered: