Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Additions
- Support for Minecraft 1.19.4.
- Functional methods on RtagEditor instances to handle tags more easily.
- Compatibility methods on RtagEditor instances like
RtagItem#addEnchantment
orRtagEntity#setAttributeBase
. - Explicit conversion methods using OptionalType from
#getOptional()
. - Support to save UUIDs and any object as tag without serializer.
- Recursive search for reflected methods, so unreflection was removed for better readability.
- Methods to handle EnchantmentTag enum.
TagList#setValue()
andTagCompound#setValue()
to override the actual value.TagCompound#clear()
to clear the provided NBTTagCompound tag.- Methods to check object instance on BlockObject, EntityObject, ItemObject and ChatComponent class.
- NBT String and Map of objects support inside TStream instances.
- Readable Map support inside ItemTagStream (Make item name and lore readable and viceversa).
Changes
- Now all the reflection usage throws unchecked exceptions.
- General optimization for tag methods.
- Now OptionalType can be iterated using
for
statement.
Information
Published on | April 24, 2023 |
---|---|
Downloads | 1 |
Platforms
Paper (1.8-1.19.4)