| Package | Description |
|---|---|
| io.mazenmc.menuapi | |
| io.mazenmc.menuapi.items | |
| io.mazenmc.menuapi.menu |
| Modifier and Type | Method and Description |
|---|---|
static Item |
MenuFactory.createItem(ItemListener listener,
org.bukkit.Material material,
String name,
String... lore) |
static Item |
MenuFactory.createItem(org.bukkit.inventory.ItemStack stack,
ItemListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicItem |
| Modifier and Type | Method and Description |
|---|---|
Item |
Menu.itemAt(int index)
Returns the item at specified index
|
Item |
Menu.itemAt(int x,
int z)
Returns the item at specified coordinates, where x is on the horizontal axis and z is on the vertical axis.
|
| Modifier and Type | Method and Description |
|---|---|
Menu |
Menu.setItem(int x,
int z,
Item item)
Sets the item at the specified coordinates, where x is on the horizontal axis and z is on the vertical axis.
|
Menu |
Menu.setItem(int index,
Item item)
Sets the item at the specified index
|
Copyright © 2015. All rights reserved.