mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-12 08:44:23 +00:00
WIP: Refactoring by removing statics and moving all managers
This commit is contained in:
parent
2059b902a2
commit
0ede905fef
86 changed files with 4210 additions and 1777 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue