Package net.citizensnpcs.api.gui
Annotation Type MenuPattern
@Retention(RUNTIME)
@Target({TYPE,FIELD,CONSTRUCTOR,METHOD})
@Repeatable(MenuPatterns.class)
public @interface MenuPattern
Defines a pattern of slots and/or transitions. Can be linked to a 
InventoryMenuPattern or simply at the class
 level.- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
offsetint[] offsetThe offset position to start the pattern at.
- 
slotsMenuSlot[] slots- Default:
- {}
 
- 
transitionsMenuTransition[] transitions- Default:
- {}
 
- 
valueString valueThe pattern string. 0 = AIR
 
-