Interface TextRenderObject.Sink

Enclosing class:
TextRenderObject
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 static interface TextRenderObject.Sink
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(byte character, int color, int flags, float x, float y, float size)
     
  • Method Details

    • accept

      void accept(byte character, int color, int flags, float x, float y, float size)
      Parameters:
      color - RGBA
      flags - style flags
      x - the x-offset of the character relative to the render object's position.
      y - the y-offset of the character relative to the render object's position.
      size - the size of the character.