Command stuffs

This commit is contained in:
Daniel Mills
2020-10-28 04:51:30 -04:00
parent aa7a1ddd4e
commit 97019f1a2a
62 changed files with 537 additions and 70 deletions

View File

@@ -50,4 +50,6 @@ public interface ICommand
* @return return true to mark it as handled
*/
public boolean handle(MortarSender sender, String[] args);
public KList<String> handleTab(MortarSender sender, String[] args);
}