command completion
This commit is contained in:
parent
4a3828e310
commit
e88958e2f4
16 changed files with 66 additions and 51 deletions
|
@ -1,5 +1,7 @@
|
|||
package game.command;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
public interface StringCompleter {
|
||||
String[] complete(CommandEnvironment env);
|
||||
Collection<String> complete(CommandEnvironment env);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue