| Package | Description |
|---|---|
| com.codelanx.codelanxlib.inventory.iinterface |
| Modifier and Type | Method and Description |
|---|---|
MenuIcon |
InventoryPanel.newIcon(org.bukkit.inventory.ItemStack item,
Execution onExec) |
MenuIcon |
InventoryPanel.newIcon(org.bukkit.inventory.ItemStack item,
Execution onExec,
Map<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
InventoryPanel |
InventoryInterface.getLinkedPanel(MenuIcon icon)
Gets a linked
InventoryPanel from a MenuIcon object. |
boolean |
InventoryInterface.isLinked(MenuIcon icon)
Determines if a
MenuIcon is linked to an InventoryPanel |
void |
InventoryPanel.linkIcon(MenuIcon icon) |
protected void |
InventoryInterface.linkPanel(MenuIcon icon,
InventoryPanel panel)
Links a
MenuIcon to open an InventoryPanel |
void |
Execution.onExec(org.bukkit.entity.Player p,
InventoryInterface ii,
MenuIcon icon)
Called when a
MenuIcon is clicked |
Copyright © 2015. All rights reserved.