Uses of Annotation Interface
yt.sehrschlecht.classconfig.options.ConfigOption
Packages that use ConfigOption
-
Uses of ConfigOption in yt.sehrschlecht.classconfig
Methods in yt.sehrschlecht.classconfig that return types with arguments of type ConfigOptionModifier and TypeMethodDescriptionprotected Map<Field,
ConfigOption> SimpleClassConfig.getOptions()
Methods in yt.sehrschlecht.classconfig with parameters of type ConfigOptionModifier and TypeMethodDescriptionprotected String
SimpleClassConfig.getKey
(Field field, ConfigOption option) protected void
SimpleClassConfig.migrateOption
(Field field, ConfigOption option, MigrateOption migration) Migrates a config option from an old key to a new key.protected boolean
SimpleClassConfig.verifyOption
(Field field, ConfigOption option) Verifies that the type of a field matches the type specified in theConfigOption
annotation.