Interface ComponentRenderedListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
ComponentRenderListener
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 ComponentRenderedListener extends EventListener
This listener interface is used for receiving events after an component was rendered.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method gets called after an GuiComponent was rendered.
  • Method Details

    • rendered

      void rendered(ComponentRenderEvent event)
      This method gets called after an GuiComponent was rendered.
      Parameters:
      event - The event that contains the render data.