Interface ListTagSetter<R,​T extends BinaryTag>

    • Method Detail

      • add

        @NotNull
        R add​(T tag)
        Adds a tag.
        Parameters:
        tag - the tag
        Returns:
        a list tag
        Since:
        4.0.0
      • add

        @NotNull
        R add​(Iterable<? extends T> tags)
        Adds multiple tags.
        Parameters:
        tags - the tags
        Returns:
        a list tag
        Since:
        4.4.0