You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unfortunate as such a type would allow platforms that only require deserialisation from an instance to skip ComponentSerialiser and properly type such instance as ComponentDecoder.
The text was updated successfully, but these errors were encountered:
https://jd.advntr.dev/api/4.15.0/net/kyori/adventure/text/serializer/ComponentSerializer.html currently inherits from ComponentEncoder, which is nice, however the deserialising methods are not inherited from a type like e.g. ComponentDecoder.
This is unfortunate as such a type would allow platforms that only require deserialisation from an instance to skip ComponentSerialiser and properly type such instance as ComponentDecoder.
The text was updated successfully, but these errors were encountered: