| Package | Description |
|---|---|
| com.sk89q.minecraft.util.commands | |
| com.sk89q.worldedit.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandPermissionsException
Thrown when not enough permissions are satisfied.
|
class |
CommandUsageException |
class |
MissingNestedCommandException |
class |
UnhandledCommandException |
class |
WrappedCommandException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandsManager.checkPermission(T player,
Method method) |
void |
CommandsManager.execute(String[] args,
T player,
Object... methodArgs)
Attempt to execute a command.
|
void |
CommandsManager.execute(String cmd,
String[] args,
T player,
Object... methodArgs)
Attempt to execute a command.
|
void |
CommandsManager.executeMethod(Method parent,
String[] args,
T player,
Object[] methodArgs,
int level)
Attempt to execute a command.
|
protected String |
CommandsManager.getNestedUsage(String[] args,
int level,
Method method,
T player)
Get the usage string for a nested command.
|
void |
CommandsManager.invokeMethod(Method parent,
String[] args,
T player,
Method method,
Object instance,
Object[] methodArgs,
int level) |
| Constructor and Description |
|---|
CommandContext(String args) |
CommandContext(String[] args) |
CommandContext(String[] args,
Set<Character> valueFlags) |
CommandContext(String args,
Set<Character> valueFlags) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchematicCommands.save(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
Copyright © 2010-2014. All Rights Reserved.