Uses of Class
net.md_5.bungee.api.chat.TextComponent
-
Packages that use TextComponent Package Description net.md_5.bungee.api.chat net.md_5.bungee.chat -
-
Uses of TextComponent in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return TextComponent Modifier and Type Method Description TextComponentTextComponent. duplicate()Creates a duplicate of this TextComponent.Constructors in net.md_5.bungee.api.chat with parameters of type TextComponent Constructor Description TextComponent(TextComponent textComponent)Creates a TextComponent with formatting and text from the passed component -
Uses of TextComponent in net.md_5.bungee.chat
Methods in net.md_5.bungee.chat that return TextComponent Modifier and Type Method Description TextComponentTextComponentSerializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in net.md_5.bungee.chat with parameters of type TextComponent Modifier and Type Method Description com.google.gson.JsonElementTextComponentSerializer. serialize(TextComponent src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-