Interface ICharacterConsumer

All Known Implementing Classes:
CharacterManager.MultilineProcessor, CharacterManager.StringWidthProcessor, FontRenderer.CharacterRenderer
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 ICharacterConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(int p_accept_1_, Style p_accept_2_, int p_accept_3_)
     
  • Method Details

    • accept

      boolean accept(int p_accept_1_, Style p_accept_2_, int p_accept_3_)