@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Menu
InventoryMenuPattern
or simply at the class level.Modifier and Type | Optional Element and Description |
---|---|
int[] |
dimensions
The dimensions of the menu, if supported.
|
org.bukkit.event.inventory.ClickType[] |
filter
The click types to allow by default.
|
String |
title
The menu title.
|
org.bukkit.event.inventory.InventoryType |
type
The inventory type.
|
public abstract int[] dimensions
public abstract org.bukkit.event.inventory.ClickType[] filter
public abstract String title
Copyright © 2021. All rights reserved.