@Deprecated public interface LegacyComponentSerializer extends ComponentSerializer<Component,TextComponent,java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static char |
CHARACTER
Deprecated.
legacy
|
| Modifier and Type | Method and Description |
|---|---|
default @NonNull TextComponent |
deserialize(@NonNull java.lang.String input)
Deprecated.
legacy
|
@NonNull TextComponent |
deserialize(@NonNull java.lang.String input,
char character)
Deprecated.
legacy
|
default @NonNull java.lang.String |
serialize(@NonNull Component component)
Deprecated.
legacy
|
@NonNull java.lang.String |
serialize(@NonNull Component component,
char character)
Deprecated.
legacy
|
@Deprecated static final char CHARACTER
@Deprecated default @NonNull TextComponent deserialize(@NonNull java.lang.String input)
String with the legacy character.deserialize in interface ComponentSerializer<Component,TextComponent,java.lang.String>input - the input@Deprecated @NonNull TextComponent deserialize(@NonNull java.lang.String input, char character)
String with the specified character legacy character.input - the inputcharacter - the legacy character@Deprecated default @NonNull java.lang.String serialize(@NonNull Component component)
String with the specified legacy character.serialize in interface ComponentSerializer<Component,TextComponent,java.lang.String>component - the component@Deprecated @NonNull java.lang.String serialize(@NonNull Component component, char character)
String with the specified character legacy character.component - the componentcharacter - the legacy character