Skip to content

v11.2.1

Choose a tag to compare

@CryptoMorin CryptoMorin released this 15 Aug 06:19
· 123 commits to master since this release

Maven

<dependency>
    <groupId>com.github.cryptomorin</groupId>
    <artifactId>XSeries</artifactId>
    <version>11.2.1</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.github.cryptomorin:XSeries:11.2.1")
}

Important

Don't forget to shade the library.


  • Added v1.21 support.
  • Added Object and CharSequence as predefined classes for ReflectionParser.
  • ReflectionParser class declarations now support simple generics.
  • XSkull will now more lenient with proxy reflection errors.
  • Fixed particle deserialization from conkfig when no particle size is specified for dust particles.
  • XReflection parameter and return types are now lazy.