| Package | Description |
|---|---|
| fr.maxlego08.znexus | |
| fr.maxlego08.znexus.command | |
| fr.maxlego08.znexus.inventory | |
| fr.maxlego08.znexus.listener |
| Modifier and Type | Method and Description |
|---|---|
static ZNexusPlugin |
ZNexusPlugin.getInstance()
Return a singleton instance of Template.
|
| Modifier and Type | Method and Description |
|---|---|
CommandType |
ZCommand.perform(ZNexusPlugin main) |
CommandType |
VCommand.prePerform(ZNexusPlugin main,
org.bukkit.command.CommandSender commandSender,
java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
VCommand |
ZCommand.setCommand(java.util.function.BiConsumer<VCommand,ZNexusPlugin> command) |
| Constructor and Description |
|---|
CommandManager(ZNexusPlugin template) |
| Modifier and Type | Method and Description |
|---|---|
abstract InventoryResult |
VInventory.openInventory(ZNexusPlugin main,
org.bukkit.entity.Player player,
int page,
java.lang.Object... args) |
InventoryResult |
PaginateInventory.openInventory(ZNexusPlugin main,
org.bukkit.entity.Player player,
int page,
java.lang.Object... args) |
| Constructor and Description |
|---|
AdapterListener(ZNexusPlugin template) |