Interface DrawableWidget.DrawableWidgetConsumer

Enclosing class:
DrawableWidget

public static interface DrawableWidget.DrawableWidgetConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(DrawContext draw, int mouseX, int mouseY, float delta)
     
  • Method Details

    • render

      void render(DrawContext draw, int mouseX, int mouseY, float delta)