Interface RendererOfIterable

All Superinterfaces:
BasicRenderer, Renderer<RendererOfIterable>

public interface RendererOfIterable extends Renderer<RendererOfIterable>
Since:
3.9.2
  • Method Details

    • withNewLineSeparator

      @NotNull RendererOfIterable withNewLineSeparator()
      Render multiple items with <br/> as a separator.
    • withSeparator

      @NotNull RendererOfIterable withSeparator(@Nullable String value)
      Render multiple items with plain text value as a separator. If value is null then multiple items will be rendered without a separator. Items will not be separated by any special character.