public static interface Player.TextComponent
Player.| Modifier and Type | Method and Description |
|---|---|
void |
addTextOutput(TextOutput listener)
Registers an output to receive text events.
|
void |
removeTextOutput(TextOutput listener)
Removes a text output.
|
void addTextOutput(TextOutput listener)
listener - The output to register.void removeTextOutput(TextOutput listener)
listener - The output to remove.