| Package | Description |
|---|---|
| fr.maxlego08.znexus.command | |
| fr.maxlego08.znexus.command.commands | |
| fr.maxlego08.znexus.command.commands.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
ZCommand |
| Modifier and Type | Method and Description |
|---|---|
VCommand |
CommandManager.addCommand(java.lang.String string,
VCommand command) |
VCommand |
CommandManager.addCommand(VCommand command) |
VCommand |
VCommand.addSubCommand(java.lang.String... subCommand)
Adds sub orders
|
VCommand |
VCommand.addSubCommand(java.lang.String subCommand)
Adds sub orders
|
VCommand |
VCommand.addSubCommand(VCommand command)
Adds sub orders
|
VCommand |
VCommand.createInventory(int id,
int page,
java.lang.Object... objects)
Permet de créer un inventaire, doit être mis dans le constructeur de la
commande
|
VCommand |
VCommand.getParent() |
VCommand |
ZCommand.sendHelp(java.lang.String command) |
VCommand |
ZCommand.setCommand(java.util.function.BiConsumer<VCommand,ZNexusPlugin> command) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VCommand> |
CommandManager.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
VCommand |
CommandManager.addCommand(java.lang.String string,
VCommand command) |
VCommand |
CommandManager.addCommand(VCommand command) |
VCommand |
VCommand.addSubCommand(VCommand command)
Adds sub orders
|
boolean |
CommandManager.isValid(VCommand command,
java.lang.String commandString) |
void |
CommandManager.registerCommand(java.lang.String string,
VCommand vCommand,
java.lang.String... aliases) |
| Modifier and Type | Method and Description |
|---|---|
VCommand |
ZCommand.setCommand(java.util.function.BiConsumer<VCommand,ZNexusPlugin> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandNexus |
class |
CommandNexusClassement |
class |
CommandNexusCreate |
class |
CommandNexusDelete |
class |
CommandNexusHealth |
class |
CommandNexusHelp |
class |
CommandNexusMove |
class |
CommandNexusNow |
class |
CommandNexusReload |
class |
CommandNexusResetStats |
class |
CommandNexusShow |
class |
CommandNexusSpawn |
class |
CommandNexusStop |
class |
CommandNexusVersion |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandNexusScheduler |
class |
CommandNexusSchedulerAdd |
class |
CommandNexusSchedulerList |
class |
CommandNexusSchedulerRemove |