Interface FormattedCharSink

All Known Implementing Classes:
Font.StringRenderOutput, StringSplitter.LineBreakFinder, StringSplitter.WidthLimitedCharSink
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FormattedCharSink
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept​(int p_13746_, Style p_13747_, int p_13748_)
     
  • Method Details

    • accept

      boolean accept(int p_13746_, Style p_13747_, int p_13748_)