Package net.citizensnpcs.api.gui
Annotation Type ClickHandler
Annotates a method as a click handler that will accept inventory click events. Currently, each listener must take
 
InventoryMenuSlot and InventoryClickEvent arguments.- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionAn optional filter for specific actions.
- 
Element Details- 
filterInventoryAction[] filterAn optional filter for specific actions. Default = handle all clicks- Default:
- {}
 
- 
slotint[] slotThe slot position to handle clicks for.
 
-