WolfyUtilities 1.7.4.0b

Details

  • Filename
    wolfyutilities-1.7.4.0.jar
  • Uploaded by
  • Uploaded
    Sep 22, 2021
  • Size
    2.70 MB
  • Downloads
    638
  • MD5
    0670838adc5015c90dc823d5c3d5353b

Supported Bukkit Versions

  • 1.17
  • 1.16

Changelog

This version is only compatible with CustomCrafting v2.16-beta5 or later.

In this update, the particle system was redone to be more extensible and modular.
I am working on the wiki and first information is already available here.

 

Changelog

  • Added new methods to the MCByteBuf to easily read/write collections and maps.
  • Added methods to the MCByteBuf to use a ByteProcessor foreach byte.
  • Added separate SimpleRegistry#SimpleRegistry(Class<V>) to include the class of the type.
  • Added custom annotation OptionalKeyReference to save/load objects by reference when available, or as object if not.
  • Improved MCByteBuf implementations by not reassigning the wrapped buffer each write process.
  • Fixed RandomCollection causing NullPointerEx when collection is empty.
  • Fixed GUI incompatibility with Stackableitems