public class CommandExecutor extends Object
| Constructor and Description |
|---|
CommandExecutor(Command command) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(CommandSender sender,
List<String> args) |
Optional<CommandFunction> |
getExecutableFunction(List<String> args) |
public final Command command
public CommandExecutor(Command command)
public Optional<CommandFunction> getExecutableFunction(List<String> args)
public boolean execute(CommandSender sender, List<String> args)
Copyright © 2016. All rights reserved.