Annotation Interface RegisterMapper
Automatically registers a value mapper or mapper factory for the LibX config system. An annotated class
must define a public no-arg constructor.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe mod id of the mod which needs to be loaded to register this mapper.
-
Element Details
-
requiresMod
String requiresModThe mod id of the mod which needs to be loaded to register this mapper.- Default:
- ""
-