unfinished commit, may be broken
Signed-off-by: deepCurse <leverplays@gmail.com>
This commit is contained in:
parent
168e45d745
commit
22837cf438
10 changed files with 74 additions and 71 deletions
|
@ -30,7 +30,7 @@ public interface CommandInterface { // TODO rewrite to implement type args?
|
|||
public abstract HelpPage getHelpPage();
|
||||
|
||||
public enum HelpPage {
|
||||
General, DEV, EGG, Moderation, Fun, Info
|
||||
General, Moderation, Fun, Info, Extra, TESTING, DEV, EGG
|
||||
}
|
||||
|
||||
public default String getHelp() {
|
||||
|
@ -63,8 +63,7 @@ public interface CommandInterface { // TODO rewrite to implement type args?
|
|||
runDualCommand(new CommandBlob(blob), argumentMap);
|
||||
}
|
||||
|
||||
public void runDualCommand(CommandBlob blob, HashMap<String, Argument> argumentMap)
|
||||
throws Exception;
|
||||
public void runDualCommand(CommandBlob blob, HashMap<String, Argument> argumentMap) throws Exception;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue