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 Summary
Modifier 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
-
dimensions
int[] dimensionsThe dimensions of the menu, if supported.- Default:
{3, 3}
-
filter
ClickType[] filterThe click types to allow by default. Empty = all allowed- Default:
{}
-
title
String titleThe menu title.- Default:
""
-
type
InventoryType typeThe inventory type.- Default:
CHEST
-