| Class | Description |
|---|---|
| LegacyStringDeserializer | Deprecated |
| TextComponentCodec |
The text component serializer and deserializer wrapper class for multiple types of input and output.
Use the static default fields for a specific minecraft version or create your own serializer/deserializer. This class will now be used for implementations of new minecraft versions (1.20.3+) instead of the TextComponentSerializer class because components can now be serialized to nbt.Backwards compatibility is supported through the TextComponentCodec.asSerializer() method. |
| TextComponentSerializer |
The text component serializer and deserializer wrapper class.
Use the static default fields for a specific minecraft version or create your own serializer/deserializer. |