ChatParser |
ChatParser.clearClickEvents() |
Clear all click events from the functions.
|
ChatParser |
ChatParser.clearColors() |
Clear all colors from the parsed string.
|
ChatParser |
ChatParser.clearHoverEvents() |
Clear all hover events from the functions.
|
ChatParser |
ChatParser.insertItemHover(String target,
String replacement,
org.bukkit.inventory.ItemStack hover) |
Insert a hover item on a certain bit of text in the component.
|
ChatParser |
ChatParser.parse(String string) |
Parse the provided string starting at the beginning.
|
ChatParser |
ChatParser.parse(String string,
int start) |
Parse the provided string starting at the provided start location.
|
ChatParser |
ChatParser.parse(String delimiter,
String... strings) |
Parse the provided strings starting at the beginning.
|