WolfyUtilities 1.7.3.0

Details

  • Filename
    wolfyutilities-1.7.3.0.jar
  • Uploaded by
  • Uploaded
    Aug 17, 2021
  • Size
    2.56 MB
  • Downloads
    4,627
  • MD5
    a3c2ba57330b35cfa9438d9198b04fee

Supported Bukkit Versions

  • 1.17
  • 1.16

Changelog

Changelog

 

  • Added NBTUtil#getDirectItem to directly edit the NBT of items. This makes it possible to get an NBTItem instance which directly edits the NBT of the specified item without the need to run NBTItem#create.
  • Added a ClassRegistry to register classes instead of default objects. The main use case of this registry would be to prevent using the Registry with default objects and prevents unwanted usage of those values, as this registry enforces to create new instances.