McTextConverter
The McTextConverter interface defines the contract for converting Minecraft text components represented by McTextComponent into server-specific implementations of type T.
Parameters
T
The type representing the converted server-specific implementation.
Inheritors
Functions
Link copied to clipboard
Converts a list of McTextComponent objects into a list of server-specific implementations of type T.
Converts a single McTextComponent into a server-specific implementation of type T.
Link copied to clipboard
Converts a JSON string to a value of type T.
Link copied to clipboard
Converts a value of type T to a JSON string.
Converts a McTextComponent to a JSON string.