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 TypeMethodDescriptionvoid
onOpen(InventoryOpenAction action)
The method called whenApiCommand
gets opened
-
Method Details
-
onOpen
The method called whenApiCommand
gets opened- Parameters:
action
- AInventoryOpenAction
-