A reflection library with some useful methods to bypass reflection restrictions in Java.
Check out maven central or my maven server for the latest version.
dependencies {
implementation "net.lenni0451:Reflect:x.x.x"
}
<dependency>
<groupId>net.lenni0451</groupId>
<artifactId>Reflect</artifactId>
<version>x.x.x</version>
</dependency>