Uses of Interface
net.kyori.adventure.text.SelectorComponent
Packages that use SelectorComponent
Package
Description
Data for controlling components, their styles, and events.
Component rendering.
-
Uses of SelectorComponent in net.kyori.adventure.text
Subinterfaces with type arguments of type SelectorComponent in net.kyori.adventure.textModifier and TypeInterfaceDescriptioninterfaceA component that can display the name of entities found with a given selector.static interfaceA selector component builder.Methods in net.kyori.adventure.text that return SelectorComponentModifier and TypeMethodDescriptionSets the selector pattern.static SelectorComponentCreates a selector component with a pattern.static SelectorComponentComponent.selector(String pattern, @Nullable ComponentLike separator) Creates a selector component with a pattern.static SelectorComponentComponent.selector(Consumer<? super SelectorComponent.Builder> consumer) Creates a selector component by applying configuration fromconsumer.SelectorComponent.separator(@Nullable ComponentLike separator) Sets the separator. -
Uses of SelectorComponent in net.kyori.adventure.text.renderer
Methods in net.kyori.adventure.text.renderer with parameters of type SelectorComponentModifier and TypeMethodDescriptionprotected abstract ComponentAbstractComponentRenderer.renderSelector(SelectorComponent component, C context) Renders a selector component.protected ComponentTranslatableComponentRenderer.renderSelector(SelectorComponent component, C context)