| Package | Description |
|---|---|
| com.sk89q.worldedit.internal.command | |
| com.sk89q.worldedit.util.command | |
| com.sk89q.worldedit.util.command.parametric |
| Modifier and Type | Class and Description |
|---|---|
class |
UserCommandCompleter
Provides the names of connected users as suggestions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandCallable
A command that can be executed.
|
interface |
Dispatcher
Executes a command based on user input.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullCompleter
Always returns an empty list of suggestions.
|
class |
SimpleDispatcher
A simple implementation of
Dispatcher. |
| Modifier and Type | Method and Description |
|---|---|
CommandCompleter |
ParametricBuilder.getDefaultCompleter()
Get the default command suggestions provider that will be used if
no suggestions are available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametricBuilder.setDefaultCompleter(CommandCompleter defaultCompleter)
Set the default command suggestions provider that will be used if
no suggestions are available.
|
Copyright © 2010-2014. All Rights Reserved.