Interface Facet.TabList<V,​M>

  • Type Parameters:
    V - viewer
    M - message type
    All Superinterfaces:
    Facet<V>, Facet.Message<V,​M>
    Enclosing interface:
    Facet<V>

    public static interface Facet.TabList<V,​M>
    extends Facet.Message<V,​M>
    Methods for working with the player tab list.
    Since:
    4.0.0
    • Method Detail

      • send

        void send​(V viewer,
                  @Nullable
                  M header,
                  @Nullable
                  M footer)
        Update the tab list header and footer.
        Parameters:
        viewer - receiving the tab list update
        header - header, null if should be left unchanged
        footer - footer, null if should be left unchanged
        Since:
        4.0.0