WIP: Refactoring by removing statics and moving all managers

This commit is contained in:
Esophose 2019-12-09 12:04:06 -07:00
parent 2059b902a2
commit 0ede905fef
86 changed files with 4210 additions and 1777 deletions

View file

@ -33,11 +33,11 @@ public interface CommandModule {
String getName();
/**
* Gets the Lang description of this command
* Gets the locale description key of this command
*
* @return The description of this command
* @return The locale description key of this command
*/
Lang getDescription();
String getDescriptionKey();
/**
* Gets any arguments this command has