Uses of Class
net.md_5.bungee.api.chat.ComponentStyle
-
Packages that use ComponentStyle Package Description net.md_5.bungee.api.chat net.md_5.bungee.chat -
-
Uses of ComponentStyle in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ComponentStyle Modifier and Type Method Description ComponentStyleComponentStyleBuilder. build()Build theComponentStyleusing the values set in this builder.ComponentStyleComponentStyle. clone()ComponentStyleBaseComponent. getStyle()The component's style.Methods in net.md_5.bungee.api.chat with parameters of type ComponentStyle Modifier and Type Method Description voidBaseComponent. applyStyle(ComponentStyle style)Apply the style from the givenComponentStyleto this component.static ComponentStyleBuilderComponentStyle. builder(ComponentStyle other)Get a newComponentStyleBuilderwith values initialized to the style values of the suppliedComponentStyle.voidBaseComponent. setStyle(ComponentStyle style)Set theComponentStylefor this component.ComponentBuilderComponentBuilder. style(ComponentStyle style)Applies the providedComponentStyleto the current part. -
Uses of ComponentStyle in net.md_5.bungee.chat
Methods in net.md_5.bungee.chat that return ComponentStyle Modifier and Type Method Description ComponentStyleComponentStyleSerializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)static ComponentStyleComponentSerializer. deserializeStyle(com.google.gson.JsonElement jsonElement)Deserialize a JSON element as a component style.static ComponentStyleComponentSerializer. deserializeStyle(String json)Deserialize a JSON-compliant String as a component style.Methods in net.md_5.bungee.chat with parameters of type ComponentStyle Modifier and Type Method Description com.google.gson.JsonElementComponentStyleSerializer. serialize(ComponentStyle src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)static com.google.gson.JsonElementComponentSerializer. toJson(ComponentStyle style)static StringComponentSerializer. toString(ComponentStyle style)
-