public final class InventoryPanel extends Object
Modifier and Type | Method and Description |
---|---|
void |
click(org.bukkit.entity.Player p,
int slot) |
String |
getName() |
String |
getSeed() |
String |
getSerializedName() |
void |
linkIcon(MenuIcon icon) |
MenuIcon |
newIcon(org.bukkit.inventory.ItemStack item,
Execution onExec) |
MenuIcon |
newIcon(org.bukkit.inventory.ItemStack item,
Execution onExec,
Map<String,Object> options) |
void |
open(org.bukkit.entity.Player p) |
void |
setAllExecutions(Execution onExec) |
InventoryPanel |
setSerializedName(String name) |
public MenuIcon newIcon(org.bukkit.inventory.ItemStack item, Execution onExec, Map<String,Object> options)
public void linkIcon(MenuIcon icon)
public void setAllExecutions(Execution onExec)
public String getSeed()
public void click(org.bukkit.entity.Player p, int slot)
public void open(org.bukkit.entity.Player p)
public InventoryPanel setSerializedName(String name)
public String getSerializedName()
public String getName()
Copyright © 2015. All rights reserved.