Adds comments to every option in strings.yml
This commit is contained in:
@ -34,6 +34,11 @@ public abstract class EditCommand<K extends CustomTrait<L>, L extends Setting> i
|
||||
|
||||
protected final Class<K> traitClass;
|
||||
|
||||
/**
|
||||
* Instantiates a new edit command
|
||||
*
|
||||
* @param traitClass <p>The type of trait this command edits</p>
|
||||
*/
|
||||
public EditCommand(Class<K> traitClass) {
|
||||
this.traitClass = traitClass;
|
||||
}
|
||||
|
Reference in New Issue
Block a user