Interface GuiOpenAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The functional interface for when
PluginInventory's get opened-
Method Summary
Modifier and TypeMethodDescriptionvoidonOpen(InventoryOpenAction action)The method called whenApiCommandgets opened
-
Method Details
-
onOpen
The method called whenApiCommandgets opened- Parameters:
action- AInventoryOpenAction
-