| Package | Description |
|---|---|
| com.syntaxphoenix.syntaxapi.command |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInfo |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.BiFunction<CommandManager,String,? extends BaseInfo> |
CommandManager.infoConstructor |
| Modifier and Type | Method and Description |
|---|---|
BaseInfo |
CommandProcess.constructInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiFunction<CommandManager,String,? extends BaseInfo> |
CommandManager.getInfoConstructor() |
| Modifier and Type | Method and Description |
|---|---|
BaseCompletion |
BaseCommand.complete(BaseInfo info,
Arguments arguments) |
ExecutionState |
CommandManager.execute(BaseCommand command,
BaseInfo info,
Arguments arguments) |
abstract void |
BaseCommand.execute(BaseInfo info,
Arguments arguments) |
| Modifier and Type | Method and Description |
|---|---|
CommandProcess |
CommandProcess.setInfoConstructor(java.util.function.BiFunction<CommandManager,String,? extends BaseInfo> info) |
CommandManager |
CommandManager.setInfoConstructor(java.util.function.BiFunction<CommandManager,String,? extends BaseInfo> infoConstructor) |
Copyright © 2021. All rights reserved.