Uses of Class
net.md_5.bungee.api.chat.ComponentStyle
Packages that use ComponentStyle
-
Uses of ComponentStyle in net.md_5.bungee.api.chat
Methods in net.md_5.bungee.api.chat that return ComponentStyleModifier and TypeMethodDescriptionComponentStyleBuilder.build()Build theComponentStyleusing the values set in this builder.ComponentStyle.clone()BaseComponent.getStyle()The component's style.Methods in net.md_5.bungee.api.chat with parameters of type ComponentStyleModifier and TypeMethodDescriptionvoidBaseComponent.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.ComponentBuilder.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 ComponentStyleModifier and TypeMethodDescriptionComponentStyleSerializer.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.VersionedComponentSerializer.deserializeStyle(com.google.gson.JsonElement jsonElement) Deserialize a JSON element as a component style.VersionedComponentSerializer.deserializeStyle(String json) Deserialize a JSON-compliant String as a component style.Methods in net.md_5.bungee.chat with parameters of type ComponentStyleModifier and TypeMethodDescriptioncom.google.gson.JsonElementComponentStyleSerializer.serialize(ComponentStyle src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) static com.google.gson.JsonElementComponentSerializer.toJson(ComponentStyle style) com.google.gson.JsonElementVersionedComponentSerializer.toJson(ComponentStyle style) static StringComponentSerializer.toString(ComponentStyle style) VersionedComponentSerializer.toString(ComponentStyle style)