| Package | Description |
|---|---|
| com.datasiqn.commandcore | |
| com.datasiqn.commandcore.argument.type | |
| com.datasiqn.commandcore.command | |
| com.datasiqn.commandcore.command.builder |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull CommandContext |
CommandCore.createContext(CommandSource source,
Command command,
String label,
Arguments arguments)
Creates a new
CommandContext |
static @NotNull CommandContext |
CommandCore.createContext(CommandSource source,
Command command,
String label,
Arguments arguments)
Creates a new
CommandContext |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull List<String> |
ArgumentType.getTabComplete(@NotNull CommandContext context)
Gets the tabcomplete for this
ArgumentType |
@NotNull List<String> |
ArgumentType.EnumArgumentType.getTabComplete(@NotNull CommandContext context) |
@NotNull List<String> |
ArgumentType.FilteredEnumArgumentType.getTabComplete(@NotNull CommandContext context) |
default @NotNull List<String> |
ArgumentType.getTabComplete(@NotNull CommandContext context)
Gets the tabcomplete for this
ArgumentType |
@NotNull List<String> |
ArgumentType.EnumArgumentType.getTabComplete(@NotNull CommandContext context) |
@NotNull List<String> |
ArgumentType.FilteredEnumArgumentType.getTabComplete(@NotNull CommandContext context) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,List<String>> |
Command.execute(CommandContext context)
Executes this command executor
|
@NotNull com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,List<String>> |
Command.execute(CommandContext context)
Executes this command executor
|
default @NotNull TabComplete |
Command.tabComplete(CommandContext context)
Gets the tabcomplete for this command executor
|
default @NotNull TabComplete |
Command.tabComplete(CommandContext context)
Gets the tabcomplete for this command executor
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLink.Executor.execute(CommandContext context)
Executes the command
|
void |
CommandLink.Executor.execute(CommandContext context)
Executes the command
|
@NotNull com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,String> |
CommandNode.executeWith(CommandContext context)
Executes this node
|
@NotNull com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,String> |
CommandNode.executeWith(CommandContext context)
Executes this node
|
@NotNull List<String> |
ArgumentBuilder.getTabComplete(@NotNull CommandContext context) |
abstract @NotNull List<String> |
CommandNode.getTabComplete(@NotNull CommandContext context)
Gets the tabcomplete for this node
|
@NotNull List<String> |
LiteralBuilder.getTabComplete(@NotNull CommandContext context) |
@NotNull List<String> |
LiteralBuilder.getTabComplete(@NotNull CommandContext context) |
abstract @NotNull List<String> |
CommandNode.getTabComplete(@NotNull CommandContext context)
Gets the tabcomplete for this node
|
@NotNull List<String> |
ArgumentBuilder.getTabComplete(@NotNull CommandContext context) |
com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,String> |
CommandLink.Requirement.testRequirement(CommandContext context)
Tests this requirement
|
com.datasiqn.resultapi.Result<com.datasiqn.resultapi.None,String> |
CommandLink.Requirement.testRequirement(CommandContext context)
Tests this requirement
|
Copyright © 2024. All rights reserved.