In sponge 7.0 the library has ClickInventoryEvent and It has InteractInventoryEvent.Close.
but In sponge 8.0 I couldn’t find the ClickInventoryEvent and not found Inventory Close event.
Please help me.
In sponge 7.0 the library has ClickInventoryEvent and It has InteractInventoryEvent.Close.
but In sponge 8.0 I couldn’t find the ClickInventoryEvent and not found Inventory Close event.
Please help me.
In sponge api 8. Its called ClickContainerEvent and only supports container inventories
As for close. The change is similar
InteractContainerEvent.Close
Thank for you care!