hugeblank / allium

Lua script loader and API for easy Minecraft modding
MIT License
41 stars 8 forks source link

Enhanced generics support in Java wrappers #17

Closed BasiqueEvangelist closed 2 years ago

BasiqueEvangelist commented 2 years ago

This changes wrapper code to use the Enhanced Reflection library, which allows holding and using generics information It might still have some rough edges, however, so please report any issues! This PR also has a heap of other miscellaneous fixes and tweaks for problems that I encountered while testing generics