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 StringSimpleClassConfig.getKey(Field field, ConfigOption option) protected voidSimpleClassConfig.migrateOption(Field field, ConfigOption option, MigrateOption migration) Migrates a config option from an old key to a new key.protected booleanSimpleClassConfig.verifyOption(Field field, ConfigOption option) Verifies that the type of a field matches the type specified in theConfigOptionannotation.