| Class | Description |
|---|---|
| JsonNbtConverter |
A json <-> nbt converter which is based on Minecraft's Codecs from 1.20.5.
|
| JsonUtils | |
| LegacyGson |
Minecraft 1.12 updated from Gson 2.2.4 to 2.8.0 which changed some behavior in the JsonReader.
This class performs checks and modifications before passing the json to the new Gson version to make sure the behavior is consistent with the old Gson version. |
| LegacyStringUtils | Deprecated |
| LegacyStringUtils.LegacyStyle | Deprecated |
| TextColorUtils |
Utility class to color strings with a gradient.
RGB Colors are used which only work in Minecraft 1.16+. If you want to translate the colors to the old format use TextUtils.replaceRGBColors(TextComponent), but keep in mind that many details will be lost. |
| TextComponentBuilder |
Easily build and style text components.
|
| TextUtils | |
| TextWidthUtils |
| Enum | Description |
|---|---|
| DeserializerVersion |