- setBack(ItemStack) - Method in class io.mazenmc.menuapi.menu.MultiMenu
-
- setItem(int, Item) - Method in class io.mazenmc.menuapi.menu.Menu
-
Sets the item at the specified index
- setItem(int, int, Item) - Method in class io.mazenmc.menuapi.menu.Menu
-
Sets the item at the specified coordinates, where x is on the horizontal axis and z is on the vertical axis.
- setMenu(int, Menu) - Method in class io.mazenmc.menuapi.menu.MultiMenu
-
Set menu at the specified index, can be over the size.
- setNext(ItemStack) - Method in class io.mazenmc.menuapi.menu.MultiMenu
-
- setParent(Menu) - Method in class io.mazenmc.menuapi.menu.Menu
-
Sets the parent of the menu, used when the player exits the menu
- showTo(Player...) - Method in class io.mazenmc.menuapi.menu.Menu
-
Show the menu to the inputted players
- size() - Method in class io.mazenmc.menuapi.menu.Menu
-
The size of this menu
- stack() - Method in class io.mazenmc.menuapi.items.BasicItem
-
- stack() - Method in interface io.mazenmc.menuapi.items.Item
-