issues
search
Jezza
/
OmnisCore
A Java library built on MinecraftForge to provide an API for easy implementation of Minecraft mods.
GNU Lesser General Public License v2.1
4
stars
2
forks
source link
ConfigAnnotations
#9
Closed
Jezza
closed
8 years ago
Jezza
commented
9 years ago
[x] Clean up CA back end.
[x] ConfigEntry.FieldWrapper can have generic parameters.
[x] Property back end is not very user-friendly.
[x] Update most of the now useless Java-doc comments litter throughout the configuration API.
[ ] New annotations
[x] ConfigEnum - Handles Enums. Valid values range from the ordinal, or the constant name.
[ ] @ConfigSimple(category) - Attempts to handle all known possible config values. This does reduce the flexibility of the config system a ton.