Package zombie.ui

Interface TextManager.StringDrawer

Enclosing class:
TextManager

public static interface TextManager.StringDrawer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(UIFont font, double x, double y, String str, double r, double g, double b, double a)
     
  • Method Details

    • draw

      void draw(UIFont font, double x, double y, String str, double r, double g, double b, double a)