Skip to content

Tags: CryptoMorin/XSeries

Tags

v13.0.0

v13.0.0

* Added XProxifier for XReflection IV
* **[XReflection]** Using the suffix support for JetBrains `@Language` annotation, we no longer need to add semicolons or `{}`
  at the end of string APIs. Other than the readability improvement, this results in a slight performance
  improvement as well, since fewer characters are needed for parsing.
* Improved Unit Tests.
* Added `@Contract` annotations to most APIs.
* **[XTag]** Fixed `INVENTORY_NOT_DISPLAYABLE` for wheat.

v12.1.0

v12.1.0

* Added XTag.getTag(String name)
* XTag general class cleanup (Uses TagBuilder, we should also inline most tags)
* Deprecated a lot of methods. Although they wont be removed any time soon, you should update as soon as possible.
* Fixed XItemStack to use XPatternType.
* XPotion now covers more value ranges.
* Significantly improved unit tests.
* Fixed a few broken sound entries for v1.12
* Improved XEnchantment's Enchantment->XEnchantment mapping for older versions.
* XAttribute: Fixed some missing values. Also fixed the entire class for some older versions (specifically ~v1.15-1.19)
* XParticle: Fixed some missing/mismatched values.

v12.0.0

v12.0.0 Final Candidate

* Fixed XBiome support for v1.21.3 (Fixes #308)
* Fixed XTag.ORES not including diamonds and emeralds (Fixes #311)
* Fixed XItemStack support for v1.8.8 (Fixes #303)

v11.3.0

v11.3.0

* Replaced all JavaX annotations with JetBrains annotations.
* Added more annotations to XSkull APIs.
* Fixed some errors with XSkull API (specially when used for XItemStack) (Fixes #300)
* Added AggregateReflectiveSupplier
* Added more tests.
* XSkull will now try to create less verbose profile values which can be used for XItemStack but requires extra settings.

v11.2.2

v11.2.2 Final

v11.2.0.1

v11.2.0.1

* Removed all usage of the old XReflection within XSeries code.
* Fixed a few issues with NMSExtras.
* Due to people reporting "NMS_VERSION" from getVersionInformation() returning null, it was changed to "Unknown NMS" instead.
* Fixed an issue where trying to reflect a class handle with no names provided didn't provide a proper error.

v11.2.0

More javadocs

v11.1.0

Remove Experimental annotation for XReflection API

v11.0.0

Update Maven Plugins