Package net.citizensnpcs.api.gui
Annotation Type Menu
Defines a GUI inventory menu. Can be linked to a 
InventoryMenuPattern or simply at the class level.- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionint[]The dimensions of the menu, if supported.The click types to allow by default.The menu title.The inventory type.
- 
Element Details- 
dimensionsint[] dimensionsThe dimensions of the menu, if supported.- Default:
- {3, 3}
 
- 
filterClickType[] filterThe click types to allow by default. Empty = all allowed- Default:
- {}
 
- 
titleString titleThe menu title.- Default:
- ""
 
- 
typeInventoryType typeThe inventory type.- Default:
- CHEST
 
 
-