commands, ...
This commit is contained in:
parent
66421e806e
commit
75f91dbf4c
44 changed files with 1035 additions and 631 deletions
5
java/src/game/command/StringCompleter.java
Normal file
5
java/src/game/command/StringCompleter.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
package game.command;
|
||||
|
||||
public interface StringCompleter {
|
||||
String[] complete(CommandEnvironment env);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue