public class Gui_Sub extends java.lang.Object implements ISubCommand, org.bukkit.event.Listener
| Constructor and Description |
|---|
Gui_Sub() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.bukkit.command.CommandSender sender,
java.lang.String[] args) |
void |
getHelp(java.util.List<java.lang.String> lines) |
void |
getTabComplete(java.util.List<java.lang.String> tabs,
java.lang.String[] args) |
java.lang.String |
getUsage() |
void |
onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) |
void |
openGui(org.bukkit.entity.Player player,
int currentPage) |
void |
openGui(org.bukkit.entity.Player player,
int currentPage,
int rowCount,
org.bukkit.plugin.Plugin[] plugins,
boolean hasPageBefore,
boolean hasPageAfter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBatchActionSuffixpublic boolean execute(org.bukkit.command.CommandSender sender,
java.lang.String[] args)
execute in interface ISubCommandpublic void getTabComplete(java.util.List<java.lang.String> tabs,
java.lang.String[] args)
getTabComplete in interface ISubCommandpublic java.lang.String getUsage()
getUsage in interface ISubCommandpublic void getHelp(java.util.List<java.lang.String> lines)
getHelp in interface ISubCommandpublic void openGui(org.bukkit.entity.Player player,
int currentPage)
public void openGui(org.bukkit.entity.Player player,
int currentPage,
int rowCount,
org.bukkit.plugin.Plugin[] plugins,
boolean hasPageBefore,
boolean hasPageAfter)
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event)