mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Command stuffs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user