Closed lopcode closed 8 years ago
Do something like JEI - use ASMDataTable from init to find @ThumpPlugin annotations, verify the decorated class implements IThumpPlugin and then plugin.register(context).
@ThumpPlugin
IThumpPlugin
plugin.register(context)
Done.
Do something like JEI - use ASMDataTable from init to find
@ThumpPlugin
annotations, verify the decorated class implementsIThumpPlugin
and thenplugin.register(context)
.