Releases
v4.4.0
Additions β¨
#228 - Add JetBrains @Contract
annotation to some methods
#240 - nbt: Add the ability to add multiple tags to a CompoundBinaryTag
#241 - nbt: Add BinaryTagLike
interface
dccfc46 - nbt: Implement toString
in binary tags
#247 - nbt: Add getList
methods to ListBinaryTag
#248 - nbt: Add from(Iterable)
and add(Iterable)
methods to ListBinaryTag
#229 - api: Expand javadocs (thanks @KingOfSquares )
Fixes π
#233 - api: Correct handling of children in some text replacements
#252 - Do not exclude Component#empty from the children of TranslatableComponent
#257 - serializer-gson: Change output ordering to match the order of Vanilla components
nbt
: Resolve a security vulnerability that could lead to denial of service when loading specially crafted input
Changes π§
50482cf nbt: Deprecate usage of listType
in ListBinaryTag
, introduce elementType
instead
0a62bb1 - api: Sound.Type extends Keyed
You canβt perform that action at this time.