Good javadocs
They're not good they're shit I lied to you
This commit is contained in:
parent
5a9e5cdac4
commit
0ee14b4b90
@ -485,7 +485,14 @@ public class Settings {
|
|||||||
*/
|
*/
|
||||||
public Setting<Color> colorGoalBox = new Setting<>(Color.GREEN);
|
public Setting<Color> colorGoalBox = new Setting<>(Color.GREEN);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A map of lowercase setting field names to their respective setting
|
||||||
|
*/
|
||||||
public final Map<String, Setting<?>> byLowerName;
|
public final Map<String, Setting<?>> byLowerName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A list of all settings
|
||||||
|
*/
|
||||||
public final List<Setting<?>> allSettings;
|
public final List<Setting<?>> allSettings;
|
||||||
|
|
||||||
public class Setting<T> {
|
public class Setting<T> {
|
||||||
|
Loading…
Reference in New Issue
Block a user