Interface KitLayoutEditorMenuProvider
- All Superinterfaces:
MenuProvider
-
Method Details
-
open
Description copied from interface:MenuProvider
Opens a menu for the specified player.This method is called to open a menu and pass necessary arguments to the provider for further handling.
- Specified by:
open
in interfaceMenuProvider
- Parameters:
player
- The player to open the menu for.args
- Optional arguments passed to the menu provider.
-
open
-