| Package | Description |
|---|---|
| io.github.waterfallmc.waterfall.event | |
| io.github.waterfallmc.waterfall.exception | |
| net.md_5.bungee.api.plugin | |
| net.md_5.bungee.command |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Command> |
ProxyDefineCommandsEvent.getCommands()
The map of commands to be sent to the player
|
| Constructor and Description |
|---|
ProxyDefineCommandsEvent(Connection sender,
Connection receiver,
Map<String,Command> commands) |
| Modifier and Type | Method and Description |
|---|---|
Command |
ProxyCommandException.getCommand()
Gets the command which threw the exception
|
| Constructor and Description |
|---|
ProxyCommandException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Command command,
CommandSender commandSender,
String[] arguments) |
ProxyCommandException(String message,
Throwable cause,
Command command,
CommandSender commandSender,
String[] arguments) |
ProxyCommandException(Throwable cause,
Command command,
CommandSender commandSender,
String[] arguments) |
ProxyTabCompleteException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Command command,
CommandSender commandSender,
String[] arguments) |
ProxyTabCompleteException(String message,
Throwable cause,
Command command,
CommandSender commandSender,
String[] arguments) |
ProxyTabCompleteException(Throwable cause,
Command command,
CommandSender commandSender,
String[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Map.Entry<String,Command>> |
PluginManager.getCommands()
Get an unmodifiable collection of all registered commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginManager.registerCommand(Plugin plugin,
Command command)
Register a command so that it may be executed.
|
void |
PluginManager.unregisterCommand(Command command)
Unregister a command so it will no longer be executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlayerCommand
Deprecated.
internal use only
|
Copyright © 2015–2021 WaterfallMC. All rights reserved.