Expand description
JSON-backed Minecraft text components encoded as protocol strings.
This module wraps the shared component model for the JSON representation used by the Minecraft protocol.
Structs§
- Json
Text Component - A text component encoded as JSON in a protocol string.
Enums§
- Json
Value - The dynamically typed JSON value used by
JsonComponent. Represents any valid JSON value.