Interface SelectorComponent

All Superinterfaces:
Buildable<SelectorComponent,​SelectorComponent.Builder>, BuildableComponent<SelectorComponent,​SelectorComponent.Builder>, Component, ComponentBuilderApplicable, ComponentLike, net.kyori.examination.Examinable, HoverEventSource<Component>, ScopedComponent<SelectorComponent>

public interface SelectorComponent
extends BuildableComponent<SelectorComponent,​SelectorComponent.Builder>, ScopedComponent<SelectorComponent>
A component that can display the name of entities found with a given selector.

This component consists of:

selector
a Minecraft selector.(e.g @p, @a)

This component is rendered serverside and can therefore receive platform-defined context. See the documentation for your respective platform for more info

Since:
4.0.0
  • Method Details

    • pattern

      @NonNull String pattern()
      Gets the selector pattern.
      Returns:
      the selector pattern
      Since:
      4.0.0
    • pattern

      @Contract(pure=true) @NonNull SelectorComponent pattern​(@NonNull String pattern)
      Sets the selector pattern.
      Parameters:
      pattern - the selector pattern
      Returns:
      a selector component
      Since:
      4.0.0