mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-22 17:18:47 +01:00
rename - list -> args
This commit is contained in:
parent
2effa48c8f
commit
866ac2f776
@ -23,7 +23,7 @@ public interface BSBCommand {
|
|||||||
* @param list
|
* @param list
|
||||||
* @return true or false - true if the command executed successfully
|
* @return true or false - true if the command executed successfully
|
||||||
*/
|
*/
|
||||||
public abstract boolean execute(User user, List<String> list);
|
public abstract boolean execute(User user, List<String> args);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tab Completer for CompositeCommands. Note that any registered sub-commands will be automatically
|
* Tab Completer for CompositeCommands. Note that any registered sub-commands will be automatically
|
||||||
|
Loading…
Reference in New Issue
Block a user